.offer .row-gap{row-gap:60px}.offer .row-gap:has(.offer-item){row-gap:30px}.offer .offer-item{background:var(--white-radial-gradient-fallback);background:var(--white-radial-gradient);padding:40px;display:flex;gap:30px;align-items:center;transition:box-shadow 0.3s ease-in-out}.offer .offer-item:hover{transition:box-shadow 0.3s ease-in-out;box-shadow:var(--box-shadow-default)}.offer .offer-item .offer-item-content{display:flex;flex-direction:column;gap:24px}.offer .offer-item .offer-item-content .offer-item-title{font-size:24px;font-weight:600;color:var(--black)}.offer .offer-item .offer-item-content .offer-item-excerpt{font-size:12px;font-weight:400;color:var(--black)}.offer .offer-item .offer-item-content .offer-item-attributes{display:flex;flex-direction:column;gap:16px}.offer .offer-item .offer-item-content .offer-item-attributes .offer-item-attribute{display:flex;flex-direction:row;gap:16px;align-items:center}.offer .offer-item .offer-item-content .offer-item-attributes .offer-item-attribute svg{max-width:30px;min-width:30px;width:auto;height:auto}.offer .offer-item .offer-item-content .offer-item-attributes .offer-item-attribute svg *:not([stroke]){fill:var(--primary)}.offer .offer-item .offer-item-content .offer-item-attributes .offer-item-attribute svg *[stroke]{stroke:var(--primary)}.offer .offer-item .offer-item-content .offer-item-attributes .offer-item-attribute .offer-item-attribute-content{display:flex;flex-direction:column;gap:0;color:var(--grey-dark)}.offer .offer-item .offer-item-content .offer-item-attributes .offer-item-attribute .offer-item-attribute-content .offer-item-attribute-name{font-size:10px;font-weight:400;color:var(--grey-dark)}.offer .offer-item .offer-item-content .offer-item-attributes .offer-item-attribute .offer-item-attribute-content .offer-item-attribute-value{font-size:16px;font-weight:600;color:var(--black)}.offer .offer-item .offer-item-image{display:block;width:100%;height:auto;max-width:271px;height:auto}@media (max-width:767.98px){.offer .offer-item{flex-direction:column-reverse}}