    .carousel-2 button.slick-prev.slick-arrow {
        background-image: url(https://www.qualebroker.com/images/arrow-left.png) !important;
        left: 494px;
    }
    .carousel-2 button.slick-prev.slick-arrow:hover {
        background-image: url(https://www.qualebroker.com/images/arrow-left-hover.png) !important;
    }
    button.slick-next.slick-arrow {
        background-image: url(https://www.qualebroker.com/images/arrow-right.png) !important;
        left: 590px;
    }
    .carousel-2 button.slick-next.slick-arrow:hover {
        background-image: url(https://www.qualebroker.com/images/arrow-right-hover.png) !important;
    }

@media(min-width: 992px) and (max-width: 1199px){

.test-result-inner-container .container.score .col-md-4 {
    width: 30% !important;
}
.container.score .col-md-4 .thumbnail {
    width: 100% !important;
background-size: contain;
}

.container.score .col-md-4.first-place .thumbnail {
background-size: 82% !important;
}
.test-result-inner-container .container.score .row {
    margin: 0 !important;
    justify-content: center !important;
}
.test-result-inner-container .container.score {
    width: 100% !important;
}
.test-result-inner-container .container.score .provalo > a > p {
    padding: 0 !important;
    width: 90% !important;
}

.test-result-inner-container .container.score .provalo > a > p > span{
  font-size: 12px !important;
}
}