:root{--main-blue-light:#0A6BC5;--main-blue-dark:#010F44;--main-white:#FFFFFF;--bg-blue-light:#F1F6FF}.general__container{padding:100px 16px;border-radius:10px;background:#010f44 url(../images/bg_transparent_pattern.svg) left center no-repeat;background:var(--main-blue-dark) url(../images/bg_transparent_pattern.svg) left center no-repeat}.general__title{color:#fff;color:var(--main-white);margin:auto;text-align:center;max-width:654px;font-size:48px;line-height:120%;letter-spacing:-.96px}.general__description{color:#fff;color:var(--main-white);margin:16px auto 32px;text-align:center;max-width:554px;line-height:150%}.general__attributes{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.general__attribute{display:flex;gap:8px;align-items:center}.general__attribute-wrap{border-radius:5px;background:#fff;background:var(--main-white);display:flex;width:30px;height:30px;justify-content:center;align-items:center}.general__attribute-icon{max-width:16px;height:auto}.general__attribute-name{color:#fff;color:var(--main-white);opacity:.8}.content{margin:72px 0 92px}.content h3{margin-bottom:16px;font-weight:500;line-height:160%}.content ul li{list-style-type:disc;list-style-type:initial;margin-left:20px}.content__container{display:grid;grid-template-columns:7fr 4fr;grid-gap:140px;gap:140px}.content__prop-wrap{padding:40px 32px;border-radius:10px;background:#f1f6ff;background:var(--bg-blue-light);display:flex;flex-direction:column;align-items:center;position:sticky;top:2rem}.content__prop-title{font-weight:600;line-height:160%;letter-spacing:1.12px;text-transform:uppercase}.content__prop-description{font-size:14px;line-height:160%;opacity:.8;text-align:center;margin:-8px auto 8px;max-width:330px}@media (max-width:1200px){.general__title{font-size:36px}.general__description{margin:16px auto 60px}.content__container{gap:40px}}@media (max-width:992px){.content{margin:32px 0 0}.content__container{grid-template-columns:1fr}}