/*Universal Stuff*/
.justifyCenter {
    justify-content: center!important;
}

.modal{
    overflow-y: auto;
    overflow-x: hidden !important;
}

.countries_body{
    padding: 3%;
}

.partner_body{
    padding: 3%;
}

.partner_modal{
    border: 2px solid black;
    border-radius: 10px;
    box-shadow: .5rem .5rem 1rem black;
}

.countryImg {
    max-width: 65% !important;
    max-height: 100% !important;
}

.countries_content {
    border: 2px solid black;
    border-radius: 10px;
    box-shadow: .5rem .5rem 1rem black;
}

.partner_content{
  border: 2px solid black;
  border-radius: 10px;
  box-shadow: .5rem .5rem 1rem black;
}

.mailToPartner {
    font-size: 20px;
    font-weight: strong;
}

.countries_footer{
    border: 2px solid black;
    border-radius: 10px;
    box-shadow: .5rem .5rem 1rem black;
}

.partner_footer{
    border: 2px solid black;
    border-radius: 10px;
    box-shadow: .5rem .5rem 1rem black;
}