@font-face {
    font-family: 'Euclid Circular A Regular';
    src: url(/font/Euclid\ Circular\ A\ Regular.woff) format('woff'),
        url(/font/Euclid\ Circular\ A\ Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Austin News Headline Light';
    src: url(../font/Austin\ News\ Headline\ Light.woff) format('woff'),
        url(../font/Austin\ News\ Headline\ Light.woff2) format('woff2');
}

footer {
    font-family: 'Euclid Circular A Regular';
    background: #f1e9e9;
}

.footer-section {
    background-image: url(../images/footer.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.footer-section::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(0deg, rgb(0 0 0 / 90%), rgb(0 0 0 / 72%), rgb(0 0 0 / 34%), rgb(0 0 0 / 67%), rgb(0 0 0 / 67%));
    z-index: 9;
    width: 100%;
    height: 100%;
}

.footer-bluider-wrapper {
    position: relative;
    z-index: 9;
    color: #fff;
}

.padding-space-extra {
    padding: 50px 0;
}

.about-company-footer ul {
    padding-left: 0;
    list-style: none;
}

.about-company-footer ul li {
    margin-bottom: 10px;
}

.about-company-footer ul li p {
    margin-bottom: 0;
}

.about-company-footer ul li a {
    color: #ffffff;
    text-decoration: none;
}

.company-footer {
    font-size: 22px;
    font-family: 'Austin News Headline Light';
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px dashed #a9a9a9;
    border-top: 1px dashed #a9a9a9;
}

.footer-disclamier {
    padding: 30px 0;
    font-family: 'Euclid Circular A Regular';
}

.footer-home {
    font-size: 16px;
    border-top: 1px dashed #7e7b7b;
    padding-top: 15px;
}

.footer-home p {
    margin-bottom: 10px;
}

.team-policy a {
    font-size: 17px;
    color: #ffffff;
    text-decoration: none;
}
.insta-icon-follow {
    max-width: 28px;
    margin-right: 20px;
}
.follows-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .footer-section .container {
        max-width: 885px;
    }
}