.scv-product-detail-hero-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 880px;
    gap: 8px 28px;
    padding: 0;
    margin: 18px 0 0;
}

.scv-product-detail-hero-points li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    color: #526b76;
    font-size: 18px;
    line-height: 1.55;
}

.scv-product-detail-hero-points li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a8cf19;
}

@media (max-width: 991px) {
    .scv-product-detail-hero-points {
        grid-template-columns: 1fr;
    }
}
