.absolute-footer {
    padding: 38px 0;
    color: #777;
    border-top: 1px solid var(--color-border);
}

.map-footer iframe {
    height: 260px;
    width: 100%;
    border-radius: 20px;
}

.logo-footer.img {
    max-width: 340px;
    margin-bottom: 44px !important;
}

.footer-title * {
    font-weight: inherit;
    font-size: inherit;
    margin-bottom: 0px;
}

.footer-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 40px;
    margin-top: 26px;
}

.footer-desc {
    margin-bottom: 38px;
}

.footer-desc ul {
    list-style: none;
}

.footer-desc ul li {
    list-style: none;
    margin-bottom: 20px;
    margin-left: 0;
}

.footer-desc:last-child {
    margin-bottom: 0;
}

footer .icon-box {
    font-weight: 600;
    margin-bottom: 30px;
}

footer .icon-box:last-child {
    margin-bottom: 0;
}

footer .stack {
    flex-wrap: wrap;
    gap: 15px;
}

@media screen and (max-width : 850px) {

    .logo-footer.img,
    footer .icon-box,
    .footer-title,
    .footer-desc {
        margin-bottom: 20px !important;
        margin-top: 0;
    }

}