.milestones-section {
    padding: clamp(56px, 5vw, 80px) 0;
}

.milestones-section-header {
    max-width: 1080px;
    margin: 0 auto 42px;
    text-align: center;
}

@media (max-width: 991px) {
    .milestones-section {
        padding: 60px 0;
    }
}

.milestones-section-kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #707070;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.milestones-section-kicker > span {
    width: 34px;
    height: 3px;
    border-radius: 3px;
    background: #f6c70a;
}

.milestones-section-header h3 {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 auto 14px;
    color: #0f2647;
    font-size: clamp(1.5rem, 2vw, 2.25rem);
    line-height: 1.15;
    letter-spacing: -0.025em;
    text-align: center;
}

.milestones-section-header p {
    max-width: 720px;
    margin: 0 auto;
    color: #606060;
    font-size: 1rem;
    line-height: 1.75;
}

.milestone-entry h4 {
    margin-bottom: 12px;
    color: #0f2647;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
}

.milestone-entry p {
    color: #484848;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.65;
}

@media (max-width: 639px) {
    .milestones-section {
        padding: 48px 0;
    }

    .milestones-section-header {
        margin-bottom: 30px;
        text-align: left;
    }

    .milestones-section-kicker {
        justify-content: flex-start;
    }

    .milestones-section-header h3 {
        text-align: left;
    }

    .milestones-section-header p {
        margin-inline: 0;
    }
}
