footer {
    margin: 50px 0px 0px 0px;
}

.socialMedia {
    background: #F3F3F3;
    width: 100%;
    height: fit-content;
    padding: 20px 0px;
}

.followUs {
    font-size: 30px;
    margin-top: 5px;
}

.d-flex>img {
    height: 55px;
    width: 55px;
    margin-left: 10px;
}

.footerBgImg {
    background-image: url('../images/footer.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: fit-content;
    padding: 50px 0px;
}

.aboutAstute {
    font-size: 14px;
}

.ofsAdd {
    font-size: 14px;
    color: #471642;
}

.link {
    font-size: 14px;
    font-weight: 400;
    color: black;
    text-decoration: none;
}
.link:hover {
    font-size: 14px;
    font-weight: 400;
    color: black;
    text-decoration: none;
}

.quickLinks {
    font-size: 14px;
    color: #471642;
}
.copyRight{
    background-color: #471642;
    padding: 15px 0px;
}
.copyRight > p{
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-align: center;
    margin-bottom: 0px;
}
.socialMediaLinks > a{
  margin: 0px 10px;
}
@media (max-width:449px){
    .followUs{
        padding-left: 10px;
    }
    .footerBgImg{
        padding-left: 10px;
    }
}