.w-advs{margin-top:50px;display:grid;grid-template-columns:repeat(2,1fr);gap:40px 60px}.w-adv{display:flex;align-items:flex-start;gap:20px;padding-bottom:40px;position:relative}.w-adv.with-divider::after{content:'';position:absolute;left:60px;right:0;bottom:0;height:1px;background:rgba(170,132,83,.3)}.w-adv-icon{width:40px;height:40px;flex-shrink:0;object-fit:contain;opacity:.8}.w-adv-content{flex:1}.w-adv-title{font-size:18px;font-weight:600;color:#fff;margin:0 0 10px 0;line-height:1.3}.w-adv-desc{font-size:14px;color:#888;line-height:1.6;margin:0}@media (min-width:769px){.w-adv:nth-last-child(1),.w-adv:nth-last-child(2){padding-bottom:0}.w-adv:nth-last-child(1)::after,.w-adv:nth-last-child(2)::after{display:none}}@media (max-width:768px){.w-advs{grid-template-columns:1fr;gap:0}.w-adv{padding-bottom:30px;margin-bottom:30px;gap:15px}.w-adv.with-divider::after{left:55px}.w-adv:nth-last-child(1){padding-bottom:0;margin-bottom:0}.w-adv:nth-last-child(1)::after{display:none}.w-adv-icon{width:35px;height:35px}.w-adv-title{font-size:16px}.w-adv-desc{font-size:13px}}@media (max-width:480px){.w-adv.with-divider::after{left:50px}}