
li{
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
}
footer {
    border-top: 1px solid rgba(47, 60, 46, 0.2);
    background-color: #fafbfb;
    padding: 40px 0;
    color: #2f3c2e;
}

footer h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "DM Serif Display", serif;
    font-style: normal;
}

footer a {
    color: #2f3c2e;
    text-decoration: none;
    font-size:13px;
}

.list-unstyled li {
    font-size: 13px;
}

footer a:hover {
    text-decoration: underline;
}

.logo-footer {
    width: 200px;
}

.footer-text {
    font-size: 14px;
}

/* ===== Footer — mobile style ===== */
@media (max-width: 767.98px) {
    footer {
        padding: 32px 0 40px;
    }


    .footer-logo {
        text-align: center;
    }

    .logo-footer {
        width: 140px;
        display: block;
        margin: 0 auto 8px;
    }

    .footer-text {
        text-align: center;
        font-size: 13px;
        margin-bottom: 28px;
    }

    footer .row>[class*="col-"] {
        margin-bottom: 28px;
    }

    .footer-ul {
        padding-left: 40px;
    }

    /* .col-lg-2.col-md-2.col-12 {
        padding-left: 40px;
    } */

    footer h5 {
        font-size: 13px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        margin-bottom: 14px;
    }

    footer ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    footer ul li {
        padding: 4px 0;
    }

    footer a {
        display: inline-block;
        text-decoration: none;
    }

    footer a:hover {
        text-decoration: underline;
    }
	.footer-break {
    	display: none;
    }
        .pb-desktop {
        padding-bottom: 0px;
    }
}




@media (min-width: 768px) {
    .pb-desktop {
        padding-bottom: 70px !important;
    }
}