.cnb{padding:5rem 7.6rem 5rem 9.2rem;display:flex;align-items:center;justify-content:space-between;background-color:#f7f7f7;border-radius:.8rem}
.cnb-left-title{max-width:50rem;margin:0;margin-bottom:2rem;font-size:3.2rem;line-height:125%;margin-bottom:1.1rem;color:#1f1f1f;font-weight:400}
.cnb-left-logo{max-width:30rem;display:flex}
.cnb-left-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}
.cnb-left-text{max-width:62rem;margin:0;margin-top:2rem!important;margin-bottom:2.8rem!important;font-size:1.6rem;line-height:160%;color:#484848;margin:0}
.cnb-left-text p{font-size:1.6rem;line-height:160%;color:#484848;margin:0}
.cnb-right{display:flex;width:38%;height:100%}
.cnb-right img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
@media screen and (max-width:990px){
.cnb{height:unset;padding:1.6rem;padding-top:0;flex-direction:column-reverse;gap:1.6rem}
.cnb-left-title{max-width:unset}
.cnb-left-text{max-width:unset}
.cnb-right{width:100%}
}