.locIcon {
    position: relative;
    bottom: 25px;
}

.atag {
    text-decoration: none;
    color: black;
}


.footerfont {
    text-indent: 4rem;
    /* font-size: 12px; */
    text-align: justify;
    width:422px;
}

@media(min-Width:769px) and (max-width:1341px) {
    .footerfont {
        width: 87vw;
    }
    .special{
         display: flex;
         gap:15rem;
    }
}

@media(max-width:768px) {
    .footerfont {
        width: 87vw;
    }
    .special{
         display: flex;
         gap:15rem;
    }
}

@media(max-width:576px) {
    /* .social-icons{
        justify-content: center;
    } */
     .special{
        display: block;
     }
    .locIcon {
        position: relative;
        bottom: 49px;
    }

    .empty_div {
        height: 40px;
    }

    .footer_main {
        margin: 0px 21px 1px 21px;
    }.footerfont{
        width:auto;
    }
}

@media(max-width:320px) {
    .locIcon {
        bottom: 63px;
    }
}
