.reviews-slider-wrapper {
	cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 146 146' fill='none'><circle cx='73' cy='73' r='72.25' stroke='%23F2BB06' stroke-width='1.5'/><path d='M63.414 66.4V67.984H59.688V79H58.032V67.984H54.324V66.4H63.414ZM70.1993 70V79H68.6513V75.76H67.3373L64.8173 79H62.9093L65.5373 75.67C64.8653 75.502 64.3193 75.166 63.8993 74.662C63.4793 74.158 63.2693 73.57 63.2693 72.898C63.2693 72.07 63.5633 71.38 64.1513 70.828C64.7393 70.276 65.4773 70 66.3653 70H70.1993ZM66.4193 74.356H68.6513V71.458H66.4193C65.9753 71.458 65.5973 71.59 65.2853 71.854C64.9733 72.118 64.8173 72.472 64.8173 72.916C64.8173 73.348 64.9733 73.696 65.2853 73.96C65.5973 74.224 65.9753 74.356 66.4193 74.356ZM78.8008 70H80.3668V79H78.8008V75.238H74.1388V79H72.5728V70H74.1388V73.744H78.8008V70ZM89.2845 70H90.5445V79H88.9965V72.682L84.0105 79H82.7505V70H84.2985V76.318L89.2845 70Z' fill='%23F2BB06'/></svg>") 60 60, auto;
}

.review-company {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 15px;
    text-transform: uppercase;
}

@media (max-width: 757px) {
    .slider-swipe {
        position: absolute;
        bottom: -50px;
        right: 20px;
        width: 43px;
        height: 43px;
        background: url(/new-image/cursor-reviews.svg) no-repeat center;
        background-size: contain;
        pointer-events: none;
        opacity: 1;
        transition: opacity 0.3s ease;
    }
	.review-company {
	    font-size: 16px;
	}
}
@media (max-width: 576px) {
    .slider-swipe {
        bottom: -20px;
        right: 10px;
    }
	.review-company {
	    font-size: 14px;
	}
}