.prices-intro-note {
    margin-top: -6px;
    font-size: 15px;
    line-height: 1.6;
    color: #5a5a5a;
}

.prices-factors {
    max-width: 100%;
    margin: 0;
}

.prices-factors .prices-section-title,
.prices-points-title {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 600;
}

.prices-factors .prices-section-title {
    margin-bottom: 16px;
}

.prices-factors .prices-section-intro,
.prices-factors .prices-section-summary {
    max-width: 760px;
}

.prices-factors .prices-section-summary,
.prices-factors p:last-child {
    margin-bottom: 0;
}

.prices-factor-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 24px;
    margin: 28px 0 24px;
}

.prices-factor-item {
    position: relative;
    padding-top: 14px;
    line-height: 1.6;
}

.prices-factor-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    height: 3px;
    border-radius: 999px;
    background: #68ccf7;
}

.prices-points-title {
    margin: 0 0 26px;
    text-align: left;
}

.prices-cta-wrap {
    padding-top: 3rem;
}

.prices-points {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding-left: 72px;
}

.prices-points::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 18px;
    width: 1px;
    height: 100%;
    background: #dfdfdf;
}

.prices-point {
    position: relative;
    padding: 0 0 28px;
    border-bottom: 1px solid #dfdfdf;
}

.prices-point:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.prices-point + .prices-point {
    padding-top: 28px;
}

.prices-point .title {
    position: relative;
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: 28px;
}

.prices-point .title::before {
    content: "";
    position: absolute;
    left: -72px;
    top: 6px;
    width: 31px;
    height: 31px;
    border: 6px solid rgba(104, 204, 247, 0.25);
    border-radius: 50%;
    background: #fff;
    transition: .3s ease;
}

.prices-point:hover .title::before {
    border-color: #68ccf7;
}

.prices-point p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .prices-factors {
        margin-bottom: 6px;
    }

    .prices-points-title {
        margin-top: 0;
    }

    .prices-points {
        padding-left: 60px;
    }

    .prices-point .title::before {
        left: -60px;
    }
}

@media (max-width: 767px) {
    .prices-intro-note {
        font-size: 15px;
        line-height: 1.6;
    }

    .prices-factor-list {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 22px;
    }

    .prices-factors .prices-section-title,
    .prices-points-title {
        font-size: 26px;
    }

    .prices-point .title {
        font-size: 24px;
    }

    .prices-points {
        padding-left: 42px;
    }

    .prices-cta-wrap {
        padding-top: 2.5rem;
    }

    .prices-point .title::before {
        left: -42px;
        width: 22px;
        height: 22px;
        border-width: 4px;
    }
}
