footer .footer-wrap .footer-content {
    gap: 20px;
}

footer .footer-wrap .footer-content a {
    color: #ffffff;
}

footer .footer-wrap .footer-content a:hover {
    color: #5B636C;
}

footer .footer-wrap .footer-content .footer-text {
    margin-left: unset;
}

footer .footer-wrap .footer-logo2 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex: 1;
    flex-direction: column;
    gap: 10px;
}
.socialMedia {
    display: flex;
    gap: 15px;
}

a.socialMedia-image img {
    transition: 300ms;
}

a.socialMedia-image:hover img {
    transform: scale(1.15);
}

@media (max-width: 767px) {
    footer .footer-wrap .footer-logo2 {
        align-items: center;
    }
}