.advantages {
    padding-top: 150px;
}

.advantages .subheading {
    margin-top: 40px;
}

.advantage_card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;

}

.advantage_card .advantage__img {
    width: 100%;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid #F6F6F6;
}

.advantage_card .card_title {
    font-family: Rubik;
    font-size: 22px;
    font-weight: 600;
    line-height: 28.6px;
    text-align: center;
    color: var(--Secondary-500-Text-Heading, #474766);
    margin-top: 24px;
    margin-bottom: 16px;
}

.advantage_card .card_text {
    font-family: Rubik;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: center;
    color: var(--Secondary-400-Text-Base, #8787AB);
}

.advantages .splide__track {
    overflow: visible;
}

.advantages .splide__slide {
    display: flex;
}

.advantages .advantages_slider {
    margin-top: 40px;
}

@media screen and (max-width: 800px) {
    .advantages .subheading {
        font-size: 16px;
        line-height: 120%;
    }

    .advantage_card .card_title {
        font-size: 20px;
        line-height: 120%;
        margin-top: 16px;
        margin-bottom: 10px;
    }

    .advantages {
        padding-top: 50px;
    }
}
