.ecash .page-header-description {
    color: #555555;
    position: relative;
}

.ecash .page-header {
    padding-bottom: 10.5rem;
    position: relative;
}

.ecash .page-header:before {
    content: '';
    position: absolute;
    top: 7rem;
    right: 19.5rem;
    background: url('../images/img-enc-moeny.png') no-repeat;
    width: 37.4rem;
    height: 39.8rem;
    background-size: contain;
}

.ecash .page-header-title {
    padding-bottom: 4.5rem;
    position: relative;
}

.ecash .page-header .exchange-rate sup {
    font-size: 1.6rem;
    vertical-align: text-top;
    line-height: 2;
    margin: 0 0.2rem 0 -0.1rem;
}

.ecash .page-header-title small {
    font-weight: 400;
}

.ecash .page-header-description+.page-header-description {
    margin-top: 4.5rem;
}

.ecash .page-header-description strong {
    display: inline-block;
    padding-top: 3rem;
    font-size: 2.2rem;
    color: #000;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
}

.ecash .page-header .exchange-rate {
    background: rgb(254 104 19 / 10%);
    padding: 1.26rem 3.8rem;
    font-size: 3rem;
    display: inline-block;
    border-radius: 1rem;
    margin: 2rem 0 3.5rem;
}

.ecash .benefit {
    background: #fbfbfb;
    padding: 9rem 0 12rem;
}

.ecash .benefit h2 {
    font-weight: 400;
    text-align: center;
    font-size: 2.2rem;
    padding-bottom: 4rem;
    font-family: 'Poppins', sans-serif;
}

.ecash .benefit h2 small {
    display: block;
    font-size: 1.8rem;
    color: #555555;
    padding-bottom: 1rem;
    font-family: 'Noto Sans', sans-serif;
}

.ecash .benefit ul {
    display: flex;
}

.ecash .benefit-list li {
    width: calc((100% - 5rem)/3);
    font-weight: 500;
    font-size: 2.2rem;
}

.ecash .benefit-list span {
    display: block;
    background: no-repeat 50% 50%;
    background-size: cover;
    padding-bottom: 60%;
    margin-bottom: 1.7rem;
}

.ecash .benefit-list small {
    display: block;
    font-weight: 400;
    font-size: 1.4rem;
    color: #555;
}

.ecash .benefit li+li {
    margin-left: 2.5rem;
}

#content.ecash {
    max-width: none;
    padding: 7rem 0 0;
}

@media screen and (max-width: 900px) {
    .ecash .page-header:before {
        right: 3rem;
    }
}

@media screen and (max-width: 700px) {
    .ecash .page-header {
        padding-bottom: 50rem;
    }

    .ecash .page-header:before {
        top: auto;
        bottom: 6rem;
        right: 50%;
        margin-right: -19rem;
    }

    .ecash .benefit ul {
        flex-direction: column;
    }

    .ecash .benefit li {
        width: 100%;
    }

    .ecash .benefit li+li {
        margin: 2.5rem 0 0;
    }
}