footer {
    position: relative;
    color: #FFF;
	background-color: #110E0E;
    padding: 5.5rem 0 1.5rem 0;
    border-top: 1.375rem solid #314E49;
}

.site-footer__inner {
    max-width: 90rem;
    padding: 0px 7rem 0 6rem;
    box-sizing: content-box;
    margin: auto;
    display: flex;
    flex-direction: row;
    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: 550px;
}

.site-footer__col--brand {
    display: flex;
    /* align-items: flex-end; */
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}
.site-footer__content-container {
    display: flex;
    flex-direction: row;
	margin-bottom: 6rem;
	gap: 32px;
}

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

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

.site-footer__content1 p{
    color: #4B977B;
    font-family: "Open Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 210%;
    margin: 0;
}
.footer-cta__btn {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 1.125rem;
    color: #000000;
    padding: 10px 16px 10px 16px;
    background-color: #4B977B;
    align-self: center;
}
.footer-cta__btn:hover {
	color: #000000;
    background-color: #E0E0E0;
}

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

.site-footer__content2 p {
    color: #fff;
    font-family: "Open Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
    text-align: left;
}

.site-footer__title {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin: 0.25rem 0 0 0;
}

.site-footer__menu {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    gap: 10px;
    flex: 1;
}

.site-footer__socials {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

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

a.site-footer__link {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 210%; 
    letter-spacing: 0.48px;
    text-transform: uppercase;
    transition: 0.2s ease;
}

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

.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:1024px) {
	.site-footer__content-container {
        flex-direction: column;
		gap: 16px;
    }
}

@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;
        max-width: 90%;
        align-self: 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;
        row-gap: 0;
    }
    .site-footer__item {
        /* margin-bottom: 0.75rem; */
        text-align: center;
    }
    .site-footer__logo-img {
        max-height: 188px;
    }
    a.site-footer__link {
		line-height: 140%; 
    }
    .site-footer__item:last-of-type {
        margin-bottom: 0;
    }
	.site-footer__content-container {
        flex-direction: column;
		margin-bottom: 2rem;
    	gap: 8px;
    }
	/*.site-footer__content {
        max-width: 30rem;
        margin: auto;
    }*/
    .site-footer__content1 p {
        font-size: 2rem;
        line-height: 120%;
        max-width: 40rem;
        margin: auto;
        margin-bottom: 1rem;
    }
    .site-footer__content2 p {
        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;
    }
}
