.footer{
    background: #07407B;
}
.footerTop{
    padding: 40px 0 30px;
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
}
.seperatorHead{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 16px;
}
.infoWithIcon{
    display: flex;
    gap: 7px;
    margin-bottom: 7px;
}
.infoWithIcon img{
    height: 100%;
}
.infoWithIcon span{
    font-size: 13px;
    line-height: 21.19px;
    max-width: 280px;
    color: #fff;
}
.footerBottom{
    padding: 25px 0 20px;
    border-top: 0.5px solid #426E9B;
    text-align: center;
}
.footerBottom p{
    font-size: 13px;
    line-height: 19.5px;
    text-align: center;
    color: #FFFFFF;
}
.infoWithIcon a:hover{
    transform: scale(1.04);
}
@media (max-width:991px) {
    .footerTop{
        gap: 100px;
    }
}
@media (max-width:575px) {
    .footerTop{
        flex-direction: column;
        gap: 40px;
    }
    .footerTop img{
        max-width: 70px;
    }
}