.block-testimonials .text-content {
    font-size: 20px;
    font-family: Montserrat;
    text-align: center;
    padding: 0 50px;
    color: white;
    font-weight: 200;
    height: 170px;
    max-width: 800px;
}

.testi-name {
    color: white;
    text-transform: capitalize;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    margin-top: 25px;
}

.testimonials-akkion-carousel {
    margin-bottom: 50px;
}

.testimonials-akkion-carousel .owl-controls {
    margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: white;
}

.owl-theme .owl-dots .owl-dot span {
    height: 16px;
    width: 16px;
    border: solid 2px white;
    background: transparent;
}

section.testimonials-akkion .testi-icon img {
    width: 70px;
    opacity: 0.5;
}

.testi-content {
    display: flex;
    justify-content: center;
}

section.testimonials-akkion .testi-icon img.reverse {
    transform: scaleX(-1);
}

.block-testimonials {
    background: rgba(46, 56, 119, 0.4);
    max-width: 1030px;
    margin: auto;
    padding: 20px 0;
}