.installment-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 48px;
    width: 100%;
    height: 360px;
    margin-top: 32px;
    background: #FFFFFF;
}

.installment-info__item img {
    width: 528px;
    height: 360px;
    background: #FFDD2D;
    border-radius: 8px;
}

.installment-info__item ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    height: 359px;
}

.installment-info__item li {
    padding: 0px;
    gap: 12px;
    height: 28px;
}

.installment-info__item li::marker {
    color: #FFDD2D;
    font-size: 22px;
}

@media only screen and (max-width: 768px) {
    .installment-info {
        margin: 10px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: center;
        padding: 0px;
        gap: 32px;
        width: 90%;
        height: 512px;
    }
    .installment-info__item img {
        width: 100%;
        height: 248px;
    }

    .installment-info__item ul {
        margin: 10px auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 16px;
        width: 100%;
        height: 232px;
    }

    .installment-info__item li {
        list-style-type: none;
        width: 100%;
        text-align: center;
        font-family: 'Helvetica';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 28px;
        font-feature-settings: 'liga' off;
        color: #333333;
    }
}
