.product-banner{position:relative;display:flex;justify-content:center}
.product-banner-background{margin:0 2.4rem}
.product-banner img{display:flex;width:100%;-o-object-fit:contain;object-fit:contain}
.product-banner-mobile{display:none}
.product-banner-content{margin:0 auto;max-width:60rem;display:flex;align-items:center;justify-content:center;flex-direction:column}
.product-banner-content-wrapper{position:absolute;top:30%;left:0;right:0}
.product-banner-title{position:relative;margin-bottom:2.4rem;padding-bottom:1.2rem;color:#fff}
.product-banner-title::after{content:"";position:absolute;left:50%;transform:translateX(-50%);width:50%;height:.2rem;background-color:#808A00;bottom:0}
.product-banner-text{margin-bottom:2.4rem;max-width:50rem;color:#fff;opacity:75%;text-align:center}
.product-banner-button{text-decoration:none}
@media screen and (max-width:1400px){
.product-banner img{-o-object-fit:cover;object-fit:cover}
}
@media screen and (max-width:990px){
.product-banner-background{margin:0 1.5rem;width:100%}
.product-banner-content{max-width:100%;padding:0}
.product-banner-content-wrapper{left:4.5rem;top:30%!important;right:unset}
.product-banner-text{display:none}
.product-banner-desktop{display:none}
.product-banner-mobile{display:flex}
.product-banner-mobile-image{display:flex;width:100%}
.product-banner-mobile-image img{height:-moz-fit-content;height:fit-content;border-radius:.8rem}
.product-banner-title{font-size:2.2rem;line-height:2.4rem;margin-bottom:1.2rem}
.product-banner-text{margin-bottom:1.6rem}
}