.container {
    max-width: 1360px;
    width:100%;
}
.bann_top {
    margin-top:72px;
    position: relative;
    margin-bottom:64px;
}
.bann_top__title {
    position: absolute;
    width: 100%;
    height: 112px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 56px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #333333;
    top: -40px;
}

.bann_top__image {
    width: 100%;
}
.title-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    width: 100%;
    height: 88px;
}
.title-small {
    width: 100%;
    height: 40px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #333333;
}
.subtitle-small {
    width: 100%;
    height: 28px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    color: #333333;
}
.installment-small-text {
    width: 100%;
    height: 56px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    font-feature-settings: 'liga' off;
    color: #333333;

}
@media only screen and (max-width: 768px) {
   .container {
       max-width: 100%;
       margin:0 auto;
       display:flex;
       align-items: center;
       flex-direction: column;
   }
    .div_center {
        padding: 0;
    }
    .header {
        margin: 0;
    }
    .header__title {
        position:relative;
        width: 100%;
        height: 64px;
        top: 18px;
        font-family: 'Helvetica';
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 32px;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: #333333;
    }
    .header__image {
        width: 100%;
        max-width:479px;
        height:auto;
        margin-left: -2px;
    }
    .title-container {
        margin-top:32px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 20px;
        width: 100%;
        height: 132px;
    }
    .title-small {
        width: 100%;
        height: 56px;
        font-family: 'Helvetica';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        font-feature-settings: 'liga' off;
        color: #333333;
    }
    .subtitle-small {
        width: 100%;
        height: 56px;
        font-family: 'Helvetica';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 28px;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: #333333;
    }
    .installment-small-text {
        width: 100%;
        height: 140px;
        margin: 0px auto;
        font-family: 'Helvetica';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 28px;
        display: flex;
        align-items: center;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: #333333;
    }
}


