.ciwt{display:flex;align-items:center;justify-content:center;gap:2.6rem}
@media only screen and (max-width:990px){
.ciwt{display:flex;flex-direction:column-reverse;gap:1rem}
}
.ciwt-left{width:50%;padding:5rem;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;height:-webkit-fill-available;background-color:#f1f0ed;border-radius:1.2rem}
@media only screen and (max-width:990px){
.ciwt-left{padding:3rem 2rem;width:100%;height:-moz-fit-content;height:fit-content}
}
.ciwt-left-wrapper{margin:0 auto;max-width:60rem}
.ciwt-left-title{max-width:36rem;margin-bottom:3.2rem;font-size:3.2rem;line-height:125%;font-weight:500;color:#323232}
@media only screen and (max-width:990px){
.ciwt-left-title{margin-bottom:1.6rem}
}
.ciwt-left-text *{font-size:1.6rem;line-height:150%;font-weight:400;color:#737373}
@media only screen and (max-width:990px){
.ciwt-left-text *{font-size:1.5rem}
}
.ciwt-right{width:50%;display:flex}
@media only screen and (max-width:990px){
.ciwt-right{width:100%}
}
.ciwt-right img{aspect-ratio:1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:1.2rem}