footer {
    position: relative;
    color: #FFF;
    padding: 3.5rem 0 1.5rem 0;
    border-top: 6px solid #DFB940;
}

.site-footer__inner {
    max-width: 90rem;
    padding: 0 1.5rem;
    box-sizing: content-box;
    margin: auto;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 100px;
}

.footer-divider {
    width: 100%;
    height: 164px;
    position: absolute;
    transform: translateY(-5.5rem) rotate(-0deg);
}

.site-footer__logo-img {
    flex:1;
    width: 100%;
    max-width: 600px;
}

.site-footer__col--brand {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
}

.site-footer__col--quick-links {
    display: flex;
    gap: 1.5rem;
    row-gap: 2.91875rem;
    flex-wrap: wrap;
}

.site-footer__content {
    max-width: 430px;
}

h2.site-footer__heading {
    color: #FFF;
    font-family: "Urbanist";
    font-size: 2.47744rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 2.47744rem */
    margin: 0;
}

.site-footer__menu.col-2 {
    margin-top: 2.1875rem;
}

.site-footer__content p {
    color: #B3B2B1;
    font-family: "Urbanist";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin: 0;
    text-align: right;
}

.site-footer__title {
    color: #B3B2B1;
    font-family: 'Urbanist';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 1.19225rem */
    margin: 0.25rem 0 0 0;
}

.site-footer__menu {
    display: flex;
    align-items: center;
    gap: 40px;
    flex: 1;
}

.site-footer__socials {
    display: flex;
    align-items: center;
    gap: 40px;
}

.site-footer__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 0;
    margin: 0;
    list-style: none;
}

a.site-footer__link {
    color: #FFF;
    font-family: "Urbanist";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 2.04388rem */
    letter-spacing: 0.48px;
    text-transform: uppercase;
    transition: 0.2s ease;
}

a.site-footer__link:hover {
    color: #DFB940;
}

.site-footer__item {
    margin: 0;
}

.site-footer__item:last-of-type {
    margin: 0;
}

.site-footer__social-list {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

@media(min-width:768px) {
    .site-footer__brand-info {
        flex: 1;
    }
    .site-footer__logo {
        flex: 1;
    }
    .site-footer__content {
        margin-left: auto;
    }
}

@media(max-width:768px) {
    .site-footer__inner {
        flex-direction: column;
        gap: 56px;
        padding: 0 0.9375rem;
    }
    .site-footer__col--brand {
        gap: 2.5rem;
        align-items: center;
        flex-direction: column;
    }
    .site-footer__brand-info {
        text-align: center;
    }
    .site-footer__title {
        text-align: center;
    }
    .site-footer__col--quick-links {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        row-gap: 0;
    }
    .site-footer__item {
        margin-bottom: 0.75rem;
        text-align: center;
    }
    .site-footer__logo-img {
        max-height: 188px;
    }
    .site-footer__link {
        font-size: 1.5rem;
    }
    .site-footer__item:last-of-type {
        margin-bottom: 0;
    }
    h2.site-footer__heading {
        font-size: 2rem;
        max-width: 20rem;
        margin: auto;
    }
    .site-footer__content p {
        font-size: 14px;
        text-align: center;
    }
    .site-footer__menu.col-2 {
        margin-top: 1rem;
    }
    .site-footer__socials {
        margin-top: 2.5rem;
    }
    .site-footer__menu, .site-footer__socials {
        flex-direction: column;
        gap: 1.5rem;
    }

    .site-footer__list, .site-footer__social-list {
        gap: 24px;
    }
}
