.footer-container {
    height: 315px;
    border-radius: 17px 17px 0 0;
    background-color: #0f1638;
    color: #fff;
    position: relative;
    margin-top: auto;
}

.footer-logo-spacing {
    margin-right: 28.71px;
}

.footer-section-title {
    font-family: "Gotham";
    font-size: 23px;
    font-weight: bold;
    color: #f1673e;
}

.legal-title {
    visibility: hidden;
}

.list-unstyled {
    font-family: "Poppins";
    font-weight: 300;
    color: #fff7eb;
}

.footer-container a {
    color: #fff7eb;
    text-decoration: none;
}

.footer-container a:hover {
    color: #f1673e;
}

.footer-data {
    position: relative;
    z-index: 10;
    margin-top: 43px;
}

.follow-us-section {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.footer-social-icon {
    display: inline-block;
    margin-right: 15px;
    font-size: 30px;
}

.footer-container .footer-right-img img {
    width: 100%;
    height: auto;
    max-width: 350px;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
}

@media (max-width: 768px) {
    .footer-container {
        height: auto;
    }
    .footer-logos {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-data {
        text-align: center;
        margin-top: 30px;
    }

    .footer-section-title {
        font-size: 25px;
    }
    .follow-us-section {
        margin-top: 30px;
        align-items: center;
    }

    .footer-social-icon {
        margin-right: 10px;
        font-size: 30px;
    }
}
