.trusted-customer-logo-arrow .newslick-arrows.newslick-prevs {
	transform: rotate(-180deg);
}
.trusted-customer-logo-arrow .newslick-arrows {
	position: relative;
	margin: 0 0.63rem;
	margin-top: 2.19rem;
	top: auto;
	transform: none;
}
.trusted-customer-logo-arrow .newslick-arrows{
	border-color: #63bd5a;
}
.trusted-customer-logo-arrow .newslick-arrows:before {
	color: #63bd5a;
}
.trusted-customer-logo-arrow .newslick-arrows:hover:before,
.trusted-customer-logo-arrow .newslick-arrows:focus::before  {
	color: #fff;
}
#featured-logo-carousel .newslick-prevs.newslick-arrows:focus::before,
#featured-logo-carousel .newslick-nexts.newslick-arrows:focus::before {
	color: #63BD5A;
}
#featured-logo-carousel .newslick-arrows:focus {
	background-color: #fff;
	color: #63BD5A;
}
.trusted-customer-logo__inner img {
	max-height: 50px;
	margin: 0 auto;
	display: block;
	object-fit: cover;
	object-position: center;
	text-align: center;
}

.trusted-customer-logo__inner {
	margin: 10px;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 16%);
	min-height: 105px;
	padding: 25px;
	border-radius: 0.63rem;
}
.trusted-customer-logo-arrow{
	display: flex;
	align-items: center;
	justify-content: center;
}

/* section#featured-logo-carousel {
    padding-bottom: 60px;
} */

section#feedback {
    padding-top: 0;
}

@media screen and (max-width: 1055px){
	
}

@media screen and (max-width: 991px){
	
}

@media screen and (max-width: 767px){
	

}

@media screen and (max-width: 479px){
	/* .trusted-customer-logo__items.top12Logo-lists,
	.trusted-customer-logo__items.remainingLogo-lists {
		display: block !important;
		clear: both;
		width: 100% !important;
	}
	.newslick-initialized .newslick-slide {
		display: block;
		width: 100% !important;
	} */
	

	.trusted-customer-logo__inner {
		margin-bottom: 15px;
		/* display: inline-block; */
		vertical-align: middle;
		width: 88%;
		padding: 25px 15px;
		margin: 10px 12px;
		position: relative;
		display: flex;
		align-content: center;
		flex-wrap: wrap;
		overflow: hidden;
	}

	/* .newslick-slide.newslick-active .trusted-customer-logo__inner {
		right: -5px;
	}
	.newslick-slide.newslick-current.newslick-active .trusted-customer-logo__inner {
		right: 1px;
	} */
}

