.platform-testimonials .carousel-caption {
    position: static;
    color: #000000;
}

.platform-testimonials .carousel-control-next,
.platform-testimonials .carousel-control-prev {
    width: 2%;
}

.platform-testimonials .carousel-item {
    padding-left: 15%;
    padding-right: 15%;
}

.platform-testimonials .carousel-indicators li {
    background-color: #000000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.platform-testimonials .carousel-control-next-icon {
    background-image: url( "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e" )
}

.platform-testimonials .carousel-control-prev-icon {
    background-image: url( "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e" )
}

@media ( max-width: 991.98px ) {

    .platform-testimonials .carousel-control-next,
    .platform-testimonials .carousel-control-prev {
        width: 6%;
    }

}