.shared-site-footer,
.shared-site-footer * {
    box-sizing: border-box;
}

.shared-site-footer {
    width: 100%;
    min-height: 356px;
    margin: 0;
    padding: 0;
    background: #000;
    color: #fff;
    font-family: "Poppins", "Cairo", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.shared-site-footer__inner {
    display: grid;
    grid-template-columns: 29.779fr 23.052fr 24.027fr 23.142fr;
    width: min(1150px, 100%);
    min-height: 356px;
    margin: 0 auto;
    padding: 55px 0 35px;
}

.shared-site-footer section {
    min-width: 0;
    margin: 0;
    padding: 0 20px;
}

.shared-site-footer__column {
    border-left: 1px solid #2c2c2c;
}

.shared-site-footer__logo-link {
    display: block;
    width: fit-content;
}

.shared-site-footer__logo {
    display: block;
    width: 121px;
    height: auto;
    margin: 0;
}

.shared-site-footer__copyright {
    max-width: 300px;
    margin: 34px 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
}

.shared-site-footer h2,
.shared-site-footer h3,
.shared-site-footer p,
.shared-site-footer ul {
    padding: 0;
}

.shared-site-footer h2 {
    margin: 0 0 30px;
    color: #fff;
    font-family: "Cairo", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
}

.shared-site-footer__services h2 {
    font-weight: 600;
}

.shared-site-footer h3 {
    margin: 0 0 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}

.shared-site-footer ul {
    margin: 0;
    list-style: none;
}

.shared-site-footer li {
    margin: 0;
    padding: 0;
}

.shared-site-footer a,
.shared-site-footer a:link,
.shared-site-footer a:visited {
    color: #fff;
    font: inherit;
    text-decoration: none;
}

.shared-site-footer a:hover,
.shared-site-footer a:focus-visible,
.shared-site-footer a:active {
    color: #1377d1;
    text-decoration: none;
}

.shared-site-footer .site-footer__phone {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.shared-site-footer__divider {
    width: 50px;
    margin-top: 30px;
    border-top: 1.7px solid #fff;
}

.shared-site-footer__socials {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 34px !important;
}

.shared-site-footer__socials a {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
}

.shared-site-footer__socials svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: currentColor;
}

@media (max-width: 767px) {
    .shared-site-footer {
        min-height: 688px;
    }

    .shared-site-footer__inner {
        grid-template-columns: 58% 35%;
        justify-content: space-between;
        min-height: 688px;
        padding: 40px 10px 40px 20px;
    }

    .shared-site-footer section {
        padding: 0 9px;
    }

    .shared-site-footer__brand {
        grid-column: 1 / -1;
        margin-bottom: 18px;
    }

    .shared-site-footer__logo {
        width: 143px;
    }

    .shared-site-footer__copyright {
        max-width: 345px;
        margin-top: 28px;
    }

    .shared-site-footer__column {
        border-left: 1px solid #2c2c2c;
    }

    .shared-site-footer h2 {
        margin-bottom: 31px;
        font-size: 17px;
        line-height: 17px;
    }

    .shared-site-footer__contact {
        grid-column: 1 / -1;
        margin-top: 42px;
    }

    .shared-site-footer__contact h2 {
        font-size: 16px;
        line-height: 16px;
    }

    .shared-site-footer__divider {
        width: 67px;
        margin-top: 30px;
    }

    .shared-site-footer__socials {
        justify-content: space-between;
        width: 257px;
        max-width: 100%;
        margin-top: 34px !important;
    }
}
