body { margin: 0; padding: 0; }
.main-img-content .img-content-bg { background-image: url(../images/ecom-web-country-selection-04.jpg); height: 100%; width: 100%; background-size: cover; background-repeat: no-repeat; display: flex; flex-direction: column; justify-content: center; height: 100vh; }
.main-img-content .wte-img-content h1 { font-size: 40px; color: #fff; margin-top: 0px; font-family: "Poppins", sans-serif; font-weight: 800; }
.main-img-content .wte-img-content { display: flex; flex-direction: column; align-items: center; padding-bottom: 50px !important; }
.main-img-content .country-img-content { display: flex; flex-direction: column; align-items: center; }
.main-img-content .wte-img-content img { width: 215px; height: 215px; object-fit: cover; }
.country-img-content .img-content a {text-decoration: none !important;}
.main-img-content .country-img-content p { color: #fff; font-size: 28px; font-family: "Poppins", sans-serif; font-weight: 800; }
.main-img-content .country-selection { display: flex; }
.country-img-content .img-content p { font-size: 18px !important; color: #fff; font-family: "Poppins", sans-serif; font-weight: 800; }
.country-img-content .img-content img { width: 70%; }
.country-img-content .img-content { text-align: center; max-width: 110px; }
.country-selection .img-content img {filter: grayscale(1);}
.country-selection .img-content	p {color:#015467}
.country-selection .img-content a img {filter: grayscale(0);}
.country-selection .img-content	a p {color:#fff}
@media only screen and (max-width:767px) {
    .main-img-content .img-content-bg { background-image: url(../images/ecom-web-country-selection-05.jpg); }
    .main-img-content .country-selection { display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; justify-content: center; }
    .main-img-content .wte-img-content h1 { font-size: 32px; text-align: center; }
    .main-img-content .wte-img-content img { width: 150px; height: auto; }
    .main-img-content .country-img-content p { font-size: 24px; }
    .main-img-content .wte-img-content { padding-bottom: 35px !important; }
    .country-img-content .img-content img { width: 50%; }
    .country-img-content .img-content p { margin: 15px 0; font-size: 15px !important; }
}