/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 24 Mar. 2021, 11:12:22 pm
    Author     : thomaschuntic
*/

.testimonial-carousel {
        padding: 3em 0;
}

.testimonial-carousel .testimonials > .logo{
        margin: 2em 0;
}

.testimonial-carousel .testimonial{
        height: 100%;
}

.testimonial-carousel .testimonial .logo > img {
        height: 100%;
        width: auto;
        max-width: 320px;
        max-height: 100px;
        object-fit: contain;
        margin-bottom: 2em;
}

.testimonial-carousel .testimonial .message {
        max-width: 600px;
        margin: 0 auto;
}

.testimonial-carousel .carousel-control-next-icon,
.testimonial-carousel .carousel-control-prev-icon {
        display: inline-block;
        width: 50px;
        height: 50px;
}
.testimonial-carousel .swiper-controls .carousel-control-prev-icon{
        background-image: url('img/arrow-prev.svg');
}
.testimonial-carousel .swiper-controls .carousel-control-next-icon{
        background-image: url('img/arrow-next.svg');
}