.block-payer {
    padding: 130px 0;
}

.block-payer-left .wp-block-image {
    width: 816px;
    height: 612px;
    max-width: 816px;
    max-height: 612px;
}

.block-payer-left .wp-block-image img {
    width: 100%;
    height: 100%;
}

.block-payer-right .eb-column-inner {
    padding: 70px 0 0 140px;
}

.block-payer .payer-title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 175%;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.81);
    margin: 0;
}

.block-payer .payer-content-header {
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 24px 0;
}

.block-payer .payer-content-body {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 175%;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.81);
}

/* Responsive */
@media only screen and (max-width: 375px) {
    .block-payer {
        padding: 0 16px;
    }

    .block-payer-right .eb-column-inner {
        padding: 0;
    }

    .block-payer-left .wp-block-image {
        width: 100%;
        height: 100%;
    }

    .block-payer .payer-content-header {
        font-size: 36px;
    }

    .block-payer .payer-content-body {
        font-size: 14px;
    }
}