/* CSS Document */

.block.testimonialsTwo {
    
    height:auto; 
    
}

.block.testimonialsTwo h1 {
    
    text-align: center;
    margin:5vw 0 3vw 0;
    
}

.block.testimonialsTwo .owl-carousel {
    
    overflow: hidden;
    width:calc(100% - 10vw);
    margin:0 5vw;
    
}

.block.testimonialsTwo > div {
    
    width:33%;
    height:auto;
    max-height: 560px;
    white-space: normal;
    vertical-align: top;
    overflow: hidden;
    
}

.block.testimonialsTwo .icon > svg {
    
    width: 3vw;
    max-width:58px;
    height:auto;
    margin-bottom: 2vw;
    
}

.block.testimonialsTwo .owl-carousel > div  p {
    
    width:90%;
    padding-bottom: 8vw;
    
}

.block.testimonialsTwo .owl-carousel button {
    
    margin: 0 1vw 3vw 1vw;
    
}

.block.testimonialsTwo .owl-carousel button:hover {
    
    background-color: transparent!important;
    
}

.block.testimonialsTwo .owl-carousel button img {
    
    width: 2.75vw;
    max-width:39px;  
    height:auto;
    
}

@media screen and (min-width: 1920px) {

    .block.testimonialsTwo .slideshow {

        overflow: hidden;
        width:1720px;
        margin:0 100px;

    }

    .block.testimonialsTwo h1 {

        margin:100px 0 60px 0;

    }
    
    .block.testimonialsTwo .icon > svg {

        margin-bottom: 38px;

    }
    
    .block.testimonialsTwo .owl-carousel button {
        
        margin:0 20px 62px 20px;
        
    }

}

@media screen and (max-width: 768px) {

    .block.testimonialsTwo .slideshow.mobile {

        display:block;
        margin-bottom: 5vw;


    }   

    .block.testimonialsTwo .icon > svg {

        width: 10vw;
        margin-bottom: 5vw;

    }

    .block.testimonialsTwo h1 {

        margin:10vw 0 5vw 0;

    }
    
    .block.testimonialsTwo .owl-carousel button {
        
        margin:0 3vw 10vw 3vw;
        
    }

    .block.testimonialsTwo .owl-carousel button img {
        
        width: 10vw;
        margin-bottom: 5vw;
        
    }
    
}