/*change icon size*/
.fa-xl{
    font-size: 1em;
}
/*change gap between each icon*/
.anu-wf-social-banner .anu-wf-social-banner .d-flex {
    gap: 10px;
}
/*delete the padding*/
.anu-wf-social-banner.p-4 {
    padding: 0px !important;
}
.anu-wf-social-banner .anu-wf-social-banner .d-flex .social-txt {
    font-size: 1.2em;
}

/*Remove top grey border*/
.anu-wf-social-banner .container > .row {
     border-top: 0px;
}

/*ANU logo is not 100% center aligned with the meeting line*/
footer.anu-wf-footer .anu-container .anu-row .anu-col .anu-row:nth-of-type(1) .anu-logo >img{
    transform: translateX(2px) !important;
}

@media screen and (max-width:991px) {
    footer.anu-wf-footer .anu-container .anu-row .anu-col .anu-row:nth-of-type(1) .anu-logo >img {
        transform: translateX(-3px) !important;
    }
}
