.installment-infoblock {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 48px;
    width: 100%;
    height: 180px;
    margin: 0 auto 64px;
    background: #FFFFFF;
}
.installment-infoblock__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    height: 180px;
}

.installment-infoblock__item-title {
    height: 24px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    display: flex;
    align-items: center;
    font-feature-settings: 'liga' off;
    color: #333333;
}

.installment-infoblock__item-description {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    display: flex;
    align-items: flex-start;
    font-feature-settings: 'liga' off;
    color: #333333;
}

.installment-infoblock__item-description-mobile {
    display: none;
}

. installment-small-text {
    width: 865px;
    height: 56px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    display: flex;
    align-items: center;
    font-feature-settings: 'liga' off;
    color: #333333;
}

@media only screen and (max-width: 768px) {
    .installment-infoblock {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 32px;
        width: 100%;
        height: 392px;
        background: #FFFFFF;
        margin-bottom: 0;
    }

    .installment-infoblock__item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 16px;
        width: 100%;
        height: 180px;
    }

    .installment-infoblock__item-title {
        display: block;
        text-align: center;
        width: 100%;
        height: 24px;
        font-family: 'Helvetica';
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 24px;
        font-feature-settings: 'liga' off;
        color: #333333;
    }

    .installment-infoblock__item-description {
        display: none;
    }

    .installment-infoblock__item-description-mobile {
        display: block;
        text-align: center;
        font-feature-settings: 'liga' off;
        font-family: 'Helvetica';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 28px;
        color: #333333;
        padding: 0 32px;
    }
}
