html,
body {
    overflow: hidden;
}

.depoimentos-container {
    margin-top: 90px;
}

.swiper-depoimentos-container {
    height: 100%;
}

.text-div h2 {
    font-weight: normal;
    margin-bottom: 5px;
    color: #555;
    text-transform: uppercase;
    font-size: 1rem;
}

.dep-three {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-left: 30px;
    margin-right: 30px;
}

.text-div p {
    color: #555;
    text-align: justify;
    font-size: 1rem;
}

.text-div {
    max-width: 30%;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-right: 25px;
}

.text-div-custom {
    max-width: 600px;
}

.swiper-button-next,
.swiper-button-prev {
    opacity: 0.7;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-prev img {
    transform: rotate(180deg);
}

@media (max-width:1220px) {
    .my-swiper-slide-dep {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
}

@media (max-width: 767.98px) {
    .my-swiper-slide-dep {
        height: 88vh;
        display: flex;
        align-content: flex-end;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .text-div {
        max-width: 500px;
        margin-right: 0px;
    }

    .depoimentos-container {
        margin-top: 0px;
        justify-content: center;
        text-align: center;

    }
}

.whatsapp-link {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 15px;
    right: 15px;
    background-color: #fff;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

.whatsapp-link .fa-brands {
    color: #949494;
}

.whatsapp-link .fa-brands:hover,
.msg:hover {
    color: #5a5a5a;
}

@media (max-width: 575.98px) {
    .text-div {
        max-width: 400px;
        margin-bottom: 0;
        margin-right: 0px;

    }

    .swiper-button-next,
    .swiper-button-prev {
        opacity: 0.2;
    }

    .depoimentos-container {
        margin-top: 0px;
        height: 88vh;
    }
}