.footer-contact {
    li {
        list-style: none;
        a {
            padding: 9px 0 !important;
            display: block;
            line-height: 20px;
        }
    }
}

.elementor-grid {
    &.footer-social {
        margin-top: 110px;
        display: flex;
        gap: 15px;
        @media (max-width: 767px) {
            margin-top: 20px;
        }

        .elementor-icon {
            background: none;
            width: 25px;
            height: 25px;
        }

        i,
        svg {
            color: #fff;
            width: 25px;
            height: 25px;
            fill: #fff;
        }
    }
}

.contacts-contact {
    .elementor-icon-box-wrapper {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 45px;

        @media (max-width: 767px) {
            flex-direction: column;
        }

        .elementor-icon {
            font-size: 30px;
            padding: 20px;
            border-radius: 50%;
            background: $secondary;
            color: #fff;
            display: block;
        }

        .elementor-icon-box-title,
        .elementor-icon-box-title * {
            font-family: $font;
            font-size: 16px;
            font-weight: 500;
            margin: 8px 0 0;
            @media (max-width: 767px) {
                text-align: center;
            }
        }
    }
}


.home {
    footer {
        .elementor-top-section {
            &:first-of-type {
                margin-top: 0;
            }
        }
    }
}