@media (min-width:1025px){
    .testemunhos_videos.elementor-section .elementor-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.testemunhos_videos  .elementor-column {
        width: 100%;
    }
    
}

  .testemunhos_videos .swiper-pagination-bullets{
    bottom: -40px !important;
}

.testemunhos-video .fa-play:after {
    content: "";
    display: inline-block;
    width: 85px;
    height: 85px;
    background-image: url('/wp-content/uploads/2024/11/icon_play.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.testemunhos-video .fa-play:before{
    display: none
}
