.site-footer {
    padding: 0 0 24px 0;
}

.footer-bot-mob {
    display: none;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    align-self: stretch;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.social-media {
    display: flex;
    align-items: center;
    gap: 21px;
}

.footer-bot {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer-text {
    display: flex;
    padding: 8px 8px 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #918882!important;
    text-align: center;
    font-family: "Open Sans Hebrew", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}

.footer-text:hover {
    color: #918882;
}

@media (max-width: 767.97px) {
    .footer-top {
        gap: 16px;
    }

    .footer-bot-mob {
        display: flex;
        flex-direction: column;
    }

    .footer-container {
        gap: 12px;
    }

    .footer-bot {
        display: none;
    }
}