#footer {
    background-color: var(--text-color);
    color: #fff;
}

#footer .school-info {
    padding: 40px 0 20px;
}

#footer .school-info .container {
    justify-content: center;
}

#footer .footer-right {
    border-left: 1px solid #fff;
    padding-left: 20px;
    margin-left: 20px;
}

#footer .footer-right p {
    font-size: 18px;
}

.footer-right .socials {
    margin-top: 15px;
}

#footer .school-info .social-links {
    max-width: 27px;
    width: 100%;
    display: inline-block;
}

#footer .school-info .social-links img {
    width: 100%;
}

#footer .footer-copyright {
    background-color: var(--text-color);
    padding: 8px 0 35px;
    text-align: center;
}

#footer .footer-copyright a {
    color: #fff;
}

#footer .footer-left img {
    max-width: 334px;
    height: auto;
}

#footer .footer-copyright .container {
    font-size: 16px;
}

@media screen and (max-width: 999px) {
    #footer .school-info .container {
        flex-direction: column;
    }

    #footer .footer-right {
        padding-left: 0;
        margin-left: 0;
        margin-top: 15px;
        border-left: none;
        text-align: center;
    }

    #footer .footer-left img {
        max-width: 263px;
    }
}