.footer-img {
    width: 200px;
}

.sub-text   {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
}

.footer-text {
    font-size: 13px;
    color: #757275;
    font-weight: 600;
}

.footer-content {
    /* text-align: center; */
}


@media (max-width: 600px) {
    
    .footer-content {
        text-align: center;
    }

}
