.site-footer {
    background-color: var(--blue-bayoux);
    position: relative;
    overflow: hidden;
}
.footer-top {
    padding: 36px 0px 80px;
}
.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
.footer-column-head {
    margin-bottom: 16px;
}
.footer-column-head h5 {
    color: var(--white);
    line-height: 121%;
    font-weight: 400;
}
.footer-top-column:nth-child(1) {
    width: 16.31%;
}
.footer-top-column:nth-child(2) {
    width: 25.12%;
}
.footer-top-column:nth-child(3) {
    width: 16.31%;
}
.footer-top-flex {
    justify-content: space-between;
    max-width: 840px;
}
.footer-menu-list ul li a {
    color: var(--white);
    line-height: 176.7%;
    font-size: 14px;
}
.footer-menu-list ul li:not(:last-child) {
    margin-bottom: 16px;
}
.footer-contact-options:not(:last-child) {
    margin-bottom: 16px;
}
.footer-contact-options span, .footer-contact-options a {
    font-weight: 400;
    line-height: 176.7%;
    color: var(--white);
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Bebas Neue';
}
.footer-contact-options a {
    text-transform: initial;
    /* font-family: 'Inter'; */
}
.footer-contact-options a span {
    font-family: 'Raanana', sans-serif;
	text-transform: initial;
}
.footer-social-list ul {
    display: flex;
    gap: 26px;
}
.footer-bottom {
    padding: 10px 0px 16px;
}
.footer-bottom-copyrights {
    text-align: center;
}
.footer-bottom-copyrights p {
    font-weight: 400;
    line-height: 176.7%;
    color: #B1B1B1;
    font-size: 12px;
}
.footer-bottom-copyrights p span {
    font-family: 'Bebas Neue';
}
.footer-main {
    position: relative;
    z-index: 2;
}
.footer-bg-one {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.footer-bg-one img {
    height: 100%;
}
.footer-bg-two {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34.723%;
}
.footer-bg-two img {
    width: 100%;
    height: 424px;
    object-fit: cover;
    object-position: left;
}
.footer-bottom-copyrights-desktop {
    display: block;
}
.footer-bottom-copyrights-mobile {
    display: none;
}
.footer-contact-options span, .footer-contact-options a {
    font-size: 16px;
}
.footer-contact-options>span {
    display: block;
    font-size: 18px;
}
.footer-contact-options a span, .footer-contact-options a {
    font-family: 'Bebas Neue' !important;
}
@media only screen and (min-width: 1600px) {
	.footer-top {
		padding: 66px 0px 80px;
	}
	.footer-bg-one img {
		height: 100%;
	}
	.footer-bg-one {
		bottom: 0;
	}
	.footer-bg-two img {
		height: 460px;
	}
}
@media only screen and (min-width: 1900px) {
	.footer-top {
		padding: 80px 0px 140px;
	}
	.footer-bg-two {
    	width: 32%;
	}
	.footer-bg-two img {
		height: 520px;
	}
}
@media only screen and (max-width: 1028px) {
    .footer-top-flex {
        max-width: 700px;
    }
    .footer-bg-one {
        max-width: 30%;
        height: 100%;
    }
    .footer-bg-one img {
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .footer-top-column:nth-child(1) {
        width: 20%;
    }
    .footer-top-column:nth-child(2) {
        width: 40%;
    }
    .footer-bg-two img {
        height: 220px;
    }
    .footer-bg-one {
        height: 50%;
        bottom: 0;
        top: auto;
    }
}
@media only screen and (max-width: 600px) {
    .footer-top-column:nth-child(1) {
        width: 20%;
    }
    .footer-top-column:nth-child(2) {
        width: 40%;
    }
    .footer-bg-two img {
        height: 220px;
    }
    .footer-bg-one {
        height: 50%;
        bottom: 0;
        top: auto;
    }
    .footer-container {
        padding: 0 16px;
    }
    .footer-top {
        padding: 40px 0px 112px;
    }
    .footer-top-column, .footer-top-column:nth-child(1), .footer-top-column:nth-child(2), .footer-top-column:nth-child(3) {
        width: 100%;
    }
    .footer-column-head h5 {
        font-size: 18px;
    }
    .footer-top-column:nth-child(2) {
        margin: 24px 0px 16px;
    }
    .footer-top-column:nth-child(2) .footer-column-head {
        display: none;
    }
    .footer-social-list ul li a svg {
        width: 26px;
        height: 26px;
    }
    .footer-bottom-copyrights {
        text-align: left;
    }
    .footer-bottom-copyrights p {
        font-size: 10px;
    }
    .footer-bg-two img {
        height: 177px;
    }
    .footer-bg-two {
        width: 55.8%;
    }
    .footer-bg-one {
        height: 164px;
        max-width: 223px;
    }
    .footer-bg-one img {
        width: 100%;
        height: 100%;
    }
	.footer-bottom-copyrights-desktop {
		display: none;
	}
	.footer-bottom-copyrights-mobile {
		display: block;
	}
}