footer {
    position: relative;
    color: #FFF;
    padding: 6.25rem 0 3.125rem 0;
}

.site-footer__inner {
    max-width: 90rem;
    padding: 0 1.5rem;
    box-sizing: content-box;
    margin: auto;

    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 2.5rem;
}

.footer-divider {
    width: 100%;
    height: 164px;
    position: absolute;
    transform: translateY(-5.5rem) rotate(-0deg);
}

.site-footer__logo-img {
    max-width: 594px;
    width: 100%;
}

.site-footer__col--brand {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.site-footer__col--quick-links {
    display: flex;
    gap: 1.5rem;
    row-gap: 2.91875rem;
    flex-wrap: wrap;
}

.site-footer__socials {
    flex-basis: 100%;
}

h2.site-footer__heading {
    color: #FFF;
    font-family: "Bebas Neue";
    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: #FFF;
    font-family: Roboto;
    font-size: 1.4005rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 1.54056rem */
    margin: 0;
}

.site-footer__title {
    color: #FFF;
    font-family: 'Roboto';
    font-size: 1.08388rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 1.19225rem */
    margin: 0 0 1rem 0;
}

.site-footer__menu {
    flex: 1;
}

.site-footer__list {
    padding: 0;
    margin: 0;
    list-style: none;
}

a.site-footer__link {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 1.85806rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 2.04388rem */
}

.site-footer__item {
    margin: 0 0 1rem 0;
}

.site-footer__item:last-of-type {
    margin: 0;
}

.site-footer__social-list {
    display: flex;
    gap: 1.856025rem;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

@media(max-width:768px) {
    footer {
        padding: 5rem 0 3.125rem 0;
    }
    .site-footer__inner {
        flex-direction: column;
        padding: 0 0.9375rem;
    }
    .site-footer__col--brand {
        gap: 1.5rem;
        align-items: center;
    }
    .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__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: 1rem;
    }
    .site-footer__menu.col-2 {
        margin-top: 1rem;
    }
    .site-footer__socials {
        margin-top: 2.5rem;
    }
}