.get-in-touch {
    position: fixed;
    z-index: 1200;
    width: 40px;
    bottom: 250px;
    right: 26px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.get-in-touch-text {
    display: none;
}

@media (max-width: 1024px) {
    .get-in-touch {
        bottom: 80px;
    }
}

.get-in-touch .whatsapp-phone-button {
    background: #3c3;
}

.get-in-touch a {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 67px;
    border: 1 px solid var(--white);
    background: #000;
    margin: 9px;
}

.get-in-touch img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .get-in-touch {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        bottom: 0px;
        right: 0px;
        z-index: 1000;
    }

    .get-in-touch a {
        width: 50%;
        margin: 0px;
        border-radius: 0px;
        gap: 8px;
    }

    .get-in-touch-text {
        display: block;
        color: #ffffff;
        font-weight: 500;
        font-size: 16px;
        margin: 0px !important;
    }

    .get-in-touch img {
        width: 24px;
        height: 24px;
    }
}
