* {
    box-sizing: border-box;
}

.percent {
    font-size: 200%;
    margin-top: 40px;
    width: 48%;
}

.percent-small {
    font-size: 120%;
    margin-top: 20px;
    width: 48%;
}

.top-margin {
    margin-top: 25px;
}

/* Why use GWP section */
.why-use-gwp {
    padding: 6% 9999% 2%;
    margin: -20px -9999%;
    background-color: rgb(242, 246, 248);
}

/* Trade with country info section */
.trade-with {
    padding: 2% 9999% 4%;
    margin: 0 -9999%;
    background-color: white;
}

/* Make your first payment in 3 easy steps */
.steps {
    padding: 7% 9999% 5%;
    margin: 0 -9999%;
}

/* Force the content default background to grey */
.cms-page-content-wrapper,
.cms-summary-wrapper {
    background-color: #e5e7eb !important;
}

/* Force page width to 100% */
.cms-page-content-wrapper .cms-content .cms-text-wrapper {
    width: 100% !important;
}

/* Force height of country page promo to 200px */
.cms-country-page-promo {
    height: 200px !important;
}

/* Force top padding for lp-md-t5 to 0 */
.lp-md-t5 {
    padding-top: 0 !important;
}

/* Force top padding for lp-md-b5 to 0 */
.lp-md-b5 {
    padding-bottom: 0 !important;
}

@media (max-width: 768px) {
    .percent {
        width: 100%;
        text-align: center;
    }

    .percent-small {
        width: 100%;
        text-align: center;
    }

    .top-margin {
        margin-top: -50px;
    }

    .why-use-gwp {
        padding: 15% 9999% 5%;
    }

    .trade-with {
        padding: 5% 9999% 10%;
    }

    .steps {
        padding: 20% 9999% 15%;
    }
}
