@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap");.selling-points{box-sizing:content-box;display:flex;flex-wrap:wrap;font-family:Manrope,sans-serif;gap:32px;justify-content:space-between;margin:32px auto 0;max-width:1200px;padding:0 20px}.selling-points__left{flex:1;min-width:300px}.selling-points__left img{height:auto;max-height:420px;max-width:400px;object-fit:contain;width:100%}.selling-points__right{flex:1;min-width:300px}.selling-points__title{font-size:24px;font-weight:700;margin-bottom:24px;text-align:center}.selling-points__list{list-style:none;margin:0;padding:0}.selling-points__list li{align-items:center;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#d731db,#009ffd 50%,#006eff) border-box;border:2px solid transparent;border-radius:50px;color:#141414;display:flex;font-size:16px;font-weight:500;gap:24px;margin-bottom:16px;padding:8px 12px}.selling-points__list li img{flex-shrink:0}.selling-points__description{color:#141414;font-size:16px;font-weight:700;margin-top:24px;text-align:center}@media (max-width:1024px){.selling-points{gap:24px}.selling-points__left img{max-height:350px;max-width:100%}}@media (max-width:768px){.selling-points{align-items:center;flex-direction:column;gap:32px}.selling-points__left{display:flex;justify-content:center;width:100%}.selling-points__left img{max-height:300px;max-width:100%}.selling-points__right{width:100%}}@media (max-width:480px){.selling-points__left img{max-height:250px}}