.footerContainer {
    width: 100;
    height: 100;
    background-color: #ececec;
    bottom: 0;


}

.footer-body {
    padding-left: 13vw;
    padding-right: 13vw;
}

.aboutFooter {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.catFooter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.socmedfooter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 16px;
}

.custom-font {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    color:rgb(103, 103, 103);
    font-style: normal;
}

.footer-category-padding{
    padding-left: 3rem;
    padding-right: 3rem;
}

@media only screen and (max-width : 600px) {
    .footer-body{
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .footer-category-padding{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}