/*
Theme Name: FinPath Child
Theme URI: https://finpath.keydesign.xyz/
Description: Finance & Consulting Elementor WordPress theme
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Template: finpath
Version: 1.0
License: Envato Standard License
License URI: https://themeforest.net/licenses/standard
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready
Text Domain: finpath-child
*/
.review_slider {
	display: flex!important;
	overflow-x: auto;
}
.review_slider::-webkit-scrollbar {
  height: 5px;
  border-radius: 5px;
}
.review_slider::-webkit-scrollbar-track {
  background: transparent;
}
.review_slider::-webkit-scrollbar-thumb {
  background: #DAD4D0;
}
.review_slider .glsr-review {
	background-color: #fff;
	padding: 1.5rem 2rem;
	margin: 2rem .25rem;
	min-width: 30rem;
}
@media screen and (max-width: 768px) {
  .review_slider .glsr-review {
    min-width: 100%;
  }
}