.banners{display:grid;grid-template-columns:repeat(2,1fr);gap:3.6rem}
.banners-banner{background-color:#f3e9d5;border-radius:.4rem;padding:3.6rem;padding-top:5.4rem;display:flex;flex-direction:column;justify-content:center;align-items:center}
.banners-banner img{margin-bottom:3.2rem}
.banners-banner-heading{margin-bottom:1.8rem;font-size:2rem;line-height:3.2rem;font-weight:700;color:#3e3e3e;text-align:center}
.banners-banner-text{margin-bottom:3.2rem;font-size:1.6rem;line-height:1.6rem;text-align:center}
.banners-banner-text p{font-size:1.6rem;line-height:2.4rem;text-align:center}
.banners-banner-text strong{color:#2b7b0a}
@media screen and (max-width:990px){
.banners{display:flex;flex-direction:column;gap:1.6rem}
.banners-banner{padding:2.4rem 1.6rem}
.banners-banner img{margin-bottom:1.5rem}
.banners-banner-heading{margin-bottom:.8rem}
.banners-banner-text{margin-bottom:1.6rem}
}