.banner{display:flex;justify-content:center;align-items:center;margin:2rem 0}.banner>div{display:flex;flex-direction:column;align-items:center;width:100%;max-width:var(--main-width)}.banner>div>div:first-of-type{padding:2rem;border-radius:.5rem;background-color:var(--banner-bg);width:100%;display:flex;align-items:center;gap:2rem}.banner>div>div:first-of-type>div:first-of-type{flex:1}.banner>div>div:first-of-type>div:first-of-type>h1{color:var(--green-text);font-size:2.4rem;line-height:calc(58 / 48);max-width:550px}@media screen and (width <= 1250px){.banner>div>div:first-of-type>div:first-of-type>h1{font-size:1.8rem}}.banner>div>div:first-of-type>div:first-of-type>p{margin-top:1rem;color:var(--text-1);font-size:1.2rem;max-width:580px}.banner>div>div:first-of-type>div:nth-of-type(2){max-width:450px}.banner>div>div:first-of-type>div:nth-of-type(2)>picture{width:100%;display:flex;justify-content:center;align-items:center}.banner>div>div:first-of-type>div:nth-of-type(2)>picture>img{width:100%!important;object-fit:contain}@media screen and (width <= 1000px){.banner>div>div:first-of-type>div:nth-of-type(2){max-width:300px}}@media screen and (width <= 767px){.banner>div>div:first-of-type{border-radius:0;gap:1rem;flex-direction:column-reverse;padding:1rem}.banner>div>div:first-of-type>div:first-of-type>h1{font-size:1.5rem}.banner>div>div:first-of-type>div:first-of-type>P{font-size:1rem}.banner>div>div:first-of-type>div:nth-of-type(2){align-self:center}}.banner>div>div:nth-of-type(2){padding:2rem 1rem;border:1px solid var(--new-border);border-radius:1rem;background-color:var(--white);width:100%;max-width:calc(100% - 4rem);margin-top:-2rem;display:grid;grid-template-columns:repeat(3,1fr)}.banner>div>div:nth-of-type(2)>div{display:flex;flex-direction:column;align-items:center;padding:1rem;gap:.3rem}.banner>div>div:nth-of-type(2)>div>p{margin:0;text-align:center}.banner>div>div:nth-of-type(2)>div>p:first-of-type{font-weight:500;font-size:1.2rem;color:var(--green-text);margin-top:.3rem}.banner>div>div:nth-of-type(2)>div>p:nth-of-type(2){font-size:.8rem;color:var(--text-1)}@media screen and (width <= 767px){.banner>div>div:nth-of-type(2){padding:2rem 0;max-width:calc(100% - 1rem);margin-top:1rem;border-radius:.3rem;grid-template-columns:1fr;gap:1rem}}@media screen and (width <= 767px){.banner>div{max-width:unset}}.info{display:flex;justify-content:center;align-items:center;margin:3rem 0 1rem}.info>div{display:flex;flex-direction:column;width:100%;max-width:var(--main-width);gap:3rem}.info>div>div{padding:2rem;display:flex;flex-direction:column;gap:0rem;background-color:var(--banner-bg-2);border-radius:1rem;border:1px solid var(--new-border)}@media screen and (width <= 767px){.info>div>div{padding:1rem}}.info>div>div>p:first-of-type{margin:0;font-size:1.2rem;color:var(--green-text);font-weight:500}.info>div>div>p:nth-of-type(2){margin:0;color:var(--text-1);font-size:1rem}.info>div>div>div{padding:1rem 0;display:flex;flex-wrap:wrap;gap:2rem;min-width:180px}@media screen and (width <= 767px){.info>div>div>div{gap:1rem}}.info>div>div>div>div{width:calc(25% - 1.5rem);overflow:hidden;padding:1rem 1rem 2.2rem;display:flex;flex-direction:column;background-color:var(--white);border-radius:.5rem;color:var(--green-text);font-size:1rem;font-weight:500;position:relative}@media screen and (width <= 767px){.info>div>div>div>div{width:calc(50% - .5rem);min-width:unset}}.info>div>div>div>div>p{color:var(--green-text-2)}.info>div>div>div>div>p:nth-of-type(2){margin-top:.5rem;font-size:1.6rem}.info>div>div>div>div>p:nth-of-type(2)>span{display:inline-block;color:var(--green-text-2)}.info>div>div>div>div>p:nth-of-type(2)>span:nth-of-type(2){margin-inline-start:.2rem;font-size:.7rem;font-weight:500}.info>div>div>div>div>img{width:40px;object-fit:contain;object-position:center;position:absolute;right:1rem;bottom:2.2rem}@media screen and (width <= 600px){.info>div>div>div>div>img{width:30px;bottom:2.5rem}.info>div>div>div>div>p{font-size:.7rem}.info>div>div>div>div>p:nth-of-type(2){font-size:1.4rem}.info>div>div>div>div>p:nth-of-type(2)>span:nth-of-type(2){margin-inline-start:.2rem;font-size:.6rem;font-weight:500}}@media screen and (width <= 480px){.info>div>div>div>div>img{width:30px;bottom:2.5rem;right:-.5rem}.info>div>div>div>div>p:nth-of-type(2){font-size:1.1rem}.info>div>div>div>div>p:nth-of-type(2)>span:nth-of-type(2){margin-inline-start:.2rem;font-size:.6rem;font-weight:500}}.all-post{display:flex;justify-content:center;align-items:center;margin:3rem 0 5rem}.all-post>div{width:var(--main-width);display:flex;flex-direction:column;gap:.5rem}.all-post>div>h2{width:100%;font-weight:500;font-size:1.2rem;color:var(--black);margin-block-end:1rem}.all-post>div>div{width:100%;display:grid;grid-template-columns:repeat(3,calc(33.33% - 20px));gap:1.5rem}@media screen and (width <= 767px){.all-post>div>div{grid-template-columns:calc(50% - 20px)}}@media screen and (width <= 600px){.all-post>div>div{grid-template-columns:repeat(1,calc(100% - 20px))}}.post-card{display:flex;flex-direction:column}.post-card>div{width:100%;display:flex;justify-content:center;align-items:center}.post-card>div>picture{width:100%}.post-card>div picture img{width:100%;object-fit:cover;object-position:center}.post-card>a>p:first-of-type{background-image:var(--primary-color);font-size:.6rem}.post-card>a>p:nth-of-type(2){display:flex;justify-content:space-between;font-weight:500;font-size:1.2rem;line-height:1.2;color:var(--black)}@media screen and (width <= 767px){.post-card>a>p:nth-of-type(2){font-size:.8rem}}.post-card>a>p:nth-of-type(2)>span{flex:1;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;max-height:45px}.post-card>a>p:nth-of-type(2)>img{width:24px;aspect-ratio:1/1!important}@media screen and (width <= 767px){.post-card>a>p:nth-of-type(2)>img{width:18px;height:18px}}.post-card>a>p:nth-of-type(3){color:var(--text-1);font-size:.8rem;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;max-height:65px}
