.wonder-section{background:#ede1d8;display:flex;gap:80px;padding:40px 0;width:100%}.wonder-section h2{margin-bottom:0}.wonder-section .container{display:grid;gap:36px;grid-template-columns:1fr 1fr}.wonder-section__image{overflow:hidden}.wonder-section__image img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.wonder-section__content{align-items:center;display:flex}.wonder-section__content-text{display:flex;flex-direction:column;gap:18px;justify-content:center;max-width:496px}.wonder-section__title{color:#185d6f;text-align:left!important}.wonder-section__text{color:var(--grey,#656869);font-family:Lexend;font-size:16px;line-height:24px}.wonder-section .cta-btn{margin-top:12px;width:fit-content}@media screen and (max-width:1140px){.wonder-section{gap:10px}.wonder-section__content{padding:30px 0}}@media screen and (max-width:820px){.wonder-section .container{display:flex;flex-direction:column;gap:0}}