footer {
    width: 100%; height: auto; 
    background-color: #ffff;
    display: flex; align-items: center; justify-content: center;
    flex-direction: column;
}
.FooterCopyright{justify-content: space-between;}
@media screen and (max-width:992px){
    #CompanyLocation{display: none;}
    .FooterCopyright{justify-content: end;}
}
@media screen and (max-width:768px) {
    .footerContent{width: 80%;}
}
.footerContent h3{
    color:#333333;
    font-size: 20px;
    font-weight: 500;
    z-index: 10;
    margin-bottom: 20px;
}
.footerContent a{
    display: inline-block;
    color:inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}
.footerContent p {
    font-size: 18px;
    font-weight: 400;
    color:#4e4e4e;
    margin-bottom: 20px;
}
.footerContent svg{
    width: 22px; height: 22px;
    margin-right: 15px;
}
.SocialMedia_Icon{
    font-size: 18px;
    font-weight: 400;
    color:#4e4e4e;
}
.SocialMedia_Icon a{
    display: inline-block;
    margin-right: 8px;
    color:#4e4e4e;
    text-decoration: none;
}
.SocialMedia_Icon svg{
    width: 25px; height: 25px;
}




