.country-selector-home{
text-align:center;
padding-top:50px;
}
.country-selector-home>img{
max-width:400px;
width:100%;
padding: 0 20px 20px;
}
    .countryListContainer{
      width: 75%;
      margin: 0 auto;
    }
    .countryList{
text-align:center;
    }
@media (min-width: 780px){
    .countryList{
      width: 50%;
      float:left;
    }
}
.countryList img{
border: 1px solid #444443;
    border-radius: 13px;
    height: 30px;
    width: 30px;
margin-right: 10px;
}
.countryList a{
font-size:16px;
}
.listCountry{
padding:25px;
}

.footer{
background-color: #f0f0f0;
    padding: 20px;}