.benefits {
    display: flex; 
    gap: 23px; 
    margin-top: 50px;
}

.benefits__item:last-child {
    display: none;
}

@media (max-width: 670px) {
    .benefits {
        flex-direction: column;
        gap: 10px;
    }

    .benefits__item:last-child {
        display: flex;
    }
    .benefits__title {
        margin: 0 !important;
    }

    .benefits__desc {
        margin: 0 !important; 
    }

}

.how-it-works figcaption {
    border: none;
}

.article__wrap {
    max-width: 855px;
}

.benefits__item {
    display: flex; 
    flex-direction: column;
    align-items: center;
}

.benefits__img {
    max-width: 48px !important;
}

.benefits__desc {
    text-align: center;
    margin-top: auto;
}

.benefit-title {
    font-weight: 700;
}

.buy-dolyami {
    margin: 75px 0 10px 0; 
    text-align: center;
}

.buy-dolyami__desc {
    font-size: 20px; 
    line-height: 24.5px; 
    margin: 10px 0 20px 0; 
    text-align: center;
}

.how-it-works {
    display: flex;
    flex-direction: column;
    align-items: center; 
    margin: 60px 0 60px 0;
}

figcaption {
    padding: 0;
    margin-top: 15px !important;
}

.how-it-works__card {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    text-align: center;
}

.how-it-works__img {
    max-width: 336px !important;
}

.how-it-works__desc {
    padding: 0 !important;
    border: none !important;
}

.how-it-works__text {
    display: inline-block; 
    margin-bottom: 15px;
    font-size: 24px;
    margin: 0 0 10px 0 !important; 
}

.how-it-works__text--second {
    font-size: 20px; 
    margin: 0 !important;
}

.manage-purchases {
    margin: 45px 0; 
    text-align: center;
}

.manage-purchases__heading {
    margin-top: 20px;    
}

.downoload-links {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 30px;
}
