* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
}

h1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
    font-size: 32px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
 
}

.section_payment {
    padding-top: 15rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.section_payment--one img {
    width: 100%;
    height: auto;
}

.section_payment--one {
    background-color: #E9E4DC;
}


.section_payment--one:not(:first-child) {
    margin-top: 23px;
}




@media screen and (max-width:720px) {
    .pc_1 {
        display: none;
    }
    .pc_2 {
       display: none; 
    }
    .pc_3 {
        display: none;
    }
}

@media screen and (min-width:720px) {
    .sp_1 {
        display: none;
    }
    .sp_2 {
       display: none; 
    }
    .sp_3 {
        display: none;
    }
    .section_payment--one {
        width: 29.219vw;
    }
    .section_payment {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 1.563vw;
        padding-top: 15.625vw;
        padding-bottom: 100px;
    }
    h1 {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
        font-size: 3.125vw;
        margin-top: 0.521vw !important;
    }
    .section_three {
        margin-left: -10.417vw;
    }
    .section_payment .section_two {
        position: relative;
        top: 9.375vw;
    }
}