#methods__section {
    padding-top: 40px;
    padding-bottom: 120px;
}
#methods__section .method__block {
    width: 100%;
    height: 100%;
    border: 1px solid #F0F6FF;
    border-radius: 10px;
}
#methods__section .method__block-header {
    padding: 16px 24px;
    border-radius: 10px;
}
#methods__section .method__block-header img {
    max-width: 116px;
}
#methods__section .method__block-header .subtitle-bold-1 {
    max-width: 215px;
    width: 100%;
}
#methods__section .method__block-content {
    padding-top: 32.25px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
}
/* Payment section */
#payment__section {
    padding-top: 70px;
    padding-bottom: 90px;
}
#payment__section .payment__block {
    background: #FFFFFF;
    border: 1px solid #F0F6FF;
    border-radius: 10px;
    padding: 24px;
}
#payment__section .payment__title {
    padding: 10px;
    border-radius: 8px;
    width: max-content;
}
@media screen and ( min-width: 2000px ) {
    .container {
        max-width: 1680px;
    }
}
@media screen and ( max-width: 960px ) {
    .container {
        max-width: 900px;
    }
    /* Methods section */
    #methods__section .method__block-col {
        margin-bottom: 30px;
    }
    /* Payment section */
    #payment__section .payment__block {
        margin-bottom: 30px;
        height: 100%;
    }
}
@media screen and ( max-width: 768px ) {
    /* Methods section */
    #methods__section {
        padding-top: 34px;
        padding-bottom: 50px;
    }
    #methods__section .heading-1,
    #payment__section .heading-1 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 0px;
    }
    #methods__section .method__block-header img {
        margin-right: 24px;
    }
    #methods__section .method__block-col:last-child {
        margin-bottom: 0px;
    }
    /* Payment section */
    #payment__section {
        padding-top: 60px;
        padding-bottom: 74px;
    }
    #payment__section .payment__block:last-child {
        margin-bottom: 0px;
    }
}
@media screen and ( max-width: 425px ) {
    #payment__section .col-md-6:first-child {
        margin-bottom: 40px;
    }
    #methods__section .method__block-col {
        padding: 0;
    }
}