.banner-text-section{background:#f1f1f1;border:var(--border)}.banner-text-section .banner-text-wrapper{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;padding:50px 0}.banner-text-section .banner-text-wrapper .banner-text-background{padding:50px 0}.banner-text-section .banner-text-wrapper .banner-text-background p{width:350px}.banner-text-section .banner-text-wrapper .banner-text-background h2{font-size:var(--heading-big-title)}.banner-text-section .banner-text-wrapper .featured-box{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}@media screen and (max-width:768px){.banner-text-section .banner-text-wrapper{grid-template-columns:1fr}.banner-text-section .banner-text-wrapper .banner-text-background{padding:0 0 50px 0}.banner-text-section .banner-text-wrapper .featured-box{gap:15px;display:flex;justify-content:space-between}}@media screen and (max-width:500px){.banner-text-section .banner-text-wrapper .featured-box{flex-direction:column}}