.whatsapp {
    position: fixed;
    width: 44px;
    height: 44px;
    bottom: 48px;
    left: 16px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

@media (max-width:700px) {
    .whatsapp {
        
    }
}

.social-leng {
    display: flex;
    justify-content: space-evenly;
    width: 158%;
}

.social-leng li {
    display: flex;
    align-items: center;
}

.ig,.fc,.ws {
    font-size: 20px;
}

.swiper-clients-img {
    max-width: 100%;
    height: auto;
}

.mrl-8 {
    margin: 0 8px;
}

.aling-center {
    align-items: center;
}