footer {
    border-top: 1px solid #494949;
    background: #7D0C11;
    padding: 60px 0;
}

.footer-links.d-flex {
    justify-content: space-between;
}

footer .quick-links a,
footer .follow-us a {
    color: var(--pink, #FEF6EC);
    font-family: "Mont";
    font-size: 18px;
    font-style: normal;
    line-height: normal;
}

footer .footer-logo-content p{
        font-size: 16px;
}



footer .footer-links.d-flex b {
    color: var(--pink, #FEF6EC);
    font-family: "Open Sans";
    font-size: 18px;
    line-height: normal;
}

footer .quick-links.d-flex.flex-column {
    gap: 15px;
}

footer .footer-logo-content {
    gap: 40px;
}

footer .footer-logo-content img {
    max-width: 337px;
    width: 100%;
    transform: translateX(-10px);
    height: 81px;
}

footer .footer-logo-content p {
    max-width: 337px;
    width: 100%;
    font-family: 'Open-Sans';
}

.footer-links a,
.footer-links b {
    font-family: 'Open-Sans' !important;
}

footer .socmed-icon-links {
    margin-bottom: 60px;
}

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

footer .contact-link-tel {
    margin-bottom: 15px;
}

footer .row {
    padding-bottom: 60px;
    border-bottom: 1px solid #FEF6EC;
    margin-bottom: 30px;
}

.follow-us.d-flex.flex-column b {
    margin-bottom: 30px;
}

.copyright-section a {
    color: #fff;
}

@media (min-width: 1345px) {
    footer .quick-links.d-flex.flex-column:first-child {
        padding-left: 10%;
    }
}

@media (max-width: 1344px) {
    footer .quick-links.d-flex.flex-column:first-child {
        padding-left: 0;
    }
}

@media (max-width: 1199px) {
    footer {
        padding: 70px 30px;
    }
    footer .row {
        gap: 50px;
    }
    footer .footer-logo-content {
        align-items: center;
    }
    footer .quick-links.d-flex.flex-column {
        width: 25%;
    }
    footer .footer-logo-content p {
        text-align: center;
    }
}

@media (max-width: 767px) {
    footer {
        padding: 50px 20px;
    }
    .footer-links {
        flex-direction: column;
        gap: 30px;
    }
    footer .quick-links.d-flex.flex-column {
        width: 100%;
        align-items: center;
    }
    footer .socmed-icon-links {
        width: 70%;
        margin: auto auto 60px;
    }
    footer .follow-us.d-flex.flex-column b {
        text-align: center;
    }
    footer .contact-link.d-flex.flex-column {
        align-items: center;
    }
}

@media (max-width: 575px) {
    footer .footer-logo-content img {
        transform: unset;
    }
}