.footer {
    color: #eee;
    font-size: 14px;
}

.footer-row {
    display: flex;
    justify-content: space-between;
}

.footer .footer-top .footer-info {
    margin-bottom: 30px;
}

.footer .footer-top .footer-info h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 34px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    border-left: 4px solid #29a362;
}

.footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #eee;
}

.footer .footer-top .social-links a {
    background: #333;
    color: #eee;
    line-height: 1;
    margin-right: 4px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-top .social-links a i {
    line-height: 0;
    font-size: 16px;
}

.image-wrapper {
    display: flex;
    gap:0.6rem
}

#footer-logo {
    height: 55px;
    width: auto;
}

.social-links .link img {
    height: inherit;
    width: inherit;
}

.footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-top .footer-links {
    margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ddd;
}

.footer .footer-top .footer-links ul li {
    padding: 10px 0;
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-top .footer-links ul a {
    color: #eee;
    text-decoration: none;
}

.footer .footer-top .footer-links ul a:hover {
    color: #00acee;
    text-decoration: underline;
}

.footer-contact a {
    color: #eee;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #00acee;
    text-decoration: underline;
}

.footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

.footer .footer-top .footer-contact p {
    line-height: 26px;
}

.footer .copyright {
    padding: 0.5rem 0;
    background-color: #426586;
    text-align: center;
    color: white;
}

.footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd;
}

@media (max-width: 1200px) {
    .footer-row {
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    #nav-logo {
        height: 70px;
        width: 70px;
    }

    .image-wrapper {
        flex-direction: column;
    }
}
