.rating_count {
    display: inline-flex;
    margin-top: 10px;
}

.rating_count li {
    padding: 0 10px;
    text-align: left;
}

.rating_count li:first-child {
    width: 120px;
}

.rating_count h2 {
    font-size: 30px;
    font-weight: 600;
    border-right: 1px solid #cbcdce;
}

.rating_count img {
    margin-top: -8px;
}

.rating_count p {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}

.rating_count span {
    color: #6c6c6c;
    font-size: 12px;
}

a.btn-white {
	font-weight: 700;
	text-decoration: none !important;
	margin-top: 40px;
	min-width: 160px;
    padding: 15px 20px;
    border-radius: 50px;
}

.ui-reviews-slider .owl-nav .owl-next:before, #news_update .owl-nav .owl-next:before, #awards_recognize .owl-nav .owl-next:before {
    border-color: transparent;
    border-style: none;
    border-width: 0;
    background-image: url(/docs/default-source/assets/images/review_arrow.png);
    height: 16px;
    width: 18px;
    transform: rotate(360deg);
    left: 16px;
    top: 17px;
    content: "";
    display: inline-block;
    vertical-align: text-top;
    box-sizing: inherit;
    margin: 0;
    position: absolute;
}

.ui-reviews-slider .owl-nav .owl-prev:before, #news_update .owl-nav .owl-prev:before, #awards_recognize .owl-nav .owl-prev:before {
    border-color: transparent;
    border-style: none;
    border-width: 0;
    background-image: url(/docs/default-source/assets/images/review_arrow.png);
    height: 16px;
    width: 18px;
    vertical-align: text-top;
    transform: rotate(180deg);
    left: 16px;
    top: 16px;
    content: "";
    display: inline-block;
    vertical-align: text-top;
    box-sizing: inherit;
    margin: 0;
    position: absolute;
}

.owl-next span, .owl-prev span {
	display: none;
}

@media (max-width: 767px) {
    .rating_count {
        display: flex;
        justify-content: flex-start;
    }

    .rating_count li:first-child {
        padding-left: 0;
    }
}