.banner{position:relative;display:flex;border-radius:.4rem;width:100%;background-color:#f3e9d5}
.banner-left{width:55%;padding:6.4rem 6.8rem}
.banner-left-title{margin-bottom:2.8rem}
.banner-left-text{margin-bottom:3.2rem}
.banner img{position:absolute;right:0;width:100%;max-width:57.2rem;height:100%;bottom:3%;-o-object-fit:cover;object-fit:cover}
@media screen and (max-width:990px){
.banner{padding:1.6rem;position:relative;display:flex;flex-direction:column-reverse;border-radius:.4rem;width:100%;background-color:#f3e9d5}
.banner-left{width:100%;padding:0}
.banner-left-title{margin-bottom:1.6rem}
.banner-left-text{margin-bottom:2.4rem}
.banner img{position:static;width:100%;max-width:unset;height:100%;-o-object-fit:cover;object-fit:cover}
}