.footerLogo img{
    width:200px;
    height:100px;
    object-fit:contain;
}
.footerLogo{
    margin:100px 0 30px 0;
}
.footerContent{
    font-family:Roboto;
    font-size:17px;
    font-weight:700;
    padding-bottom:10px;
    color:#0F2F4E;
}
.footerSectionOne{
    padding-bottom:50px;
    border-bottom:1px solid #D8D8D8;
}
.detailsSection a,.copyRightSection,.policiesSection a{
    font-family:Roboto;
    font-size:17px;
    font-weight:700;
    color:#0F2F4E;
}
.footerSectionTwo{
    padding:30px 0;
}
.policiesSection a{
    padding-left:20px;
}
.detailsSection a{
    padding-right:20px;
}
.footerSectionTwoContent{
    width:95%;
    margin:auto;
}
.detailsSection a:hover, .policiesSection a:hover{
    color:#E0AEB1;
}
.socialMediaLinks a{
    padding:5px 10px;
    border:1px solid #0F2F4E;
    background-color: #0F2F4E;
    border-radius: 5px;
}
.socialMediaLinks a i{
    color:#fff;
    font-size: 15px;
}
.footerInstagram{
    padding:5px 8px!important;
}
.footerYoutube{
    padding:5px 7px!important;
}
.footerSections{
    width:33.33%;
    box-sizing:border-box;
}
