.selling-points .selling-points-col{width:40%}.selling-points .points{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.selling-points .points .point{align-items:center;gap:1rem;display:flex}.selling-points .points .point .icon-wrapper{background:linear-gradient(180deg,var(--primary-color)50%,rgba(255,255,255,.314) 100%);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;padding:1px;display:flex}.selling-points .points .point .icon-wrapper .icon{background-color:var(--secondary-color);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.selling-points .points .point .text{flex:1;font-size:20px;font-weight:300}@media screen and (max-width:860px){.selling-points .row{flex-direction:column}.selling-points .col{width:100%}}@media screen and (max-width:768px){.selling-points .points{grid-template-columns:1fr}}
