#benefits {
	margin-bottom: var(--space-between-sections);
	overflow: hidden;
}

#benefits .button {
	margin: 0 auto;
}

#benefits .benefits-list {
	padding: 32px 0;
	width: min(100%, 1220px);
	margin: 0 auto;
}

#benefits p {
	text-align: center;
}

#benefits .owl-item {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	#benefits .benefits-list {
		padding: 30px 0px;
	}
}

#benefits .benefit-listing .item {
    text-align: center;
	border-radius: 50%;
	width: 190px;
	height: 190px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
	gap: 15px;
	background-color: #fff;
}

#benefits .owl-carousel .owl-stage:after {
	display: none;
}

#benefits .benefit-listing .item img {
    display: block;
	width: auto;
	height: 55px;
	filter: brightness(0);
}
#benefits .benefit-listing .item .title {
    display: block;
    font-size: var(--font-size-text);
    color: var(--text-color);
    font-weight: 400;
    line-height: 18px;
	letter-spacing: 0.7px;
}
#benefits .benefit-listing.owl-theme .owl-nav {
	top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    margin-top: 0;
}
#benefits .benefit-listing.owl-theme .owl-nav.active {
	right: 0;
    left: 0;
}
#benefits .benefit-listing.owl-theme .owl-nav [class*=owl-] {
	position: static;
	width: 70px;
    height: 70px;
	border: 1px solid transparent;
    border-radius: 100%;
}
#benefits .benefit-listing.owl-theme .owl-nav [class*=owl-]:hover {
	border-color: var(--primary-color);
}
#benefits .benefit-listing.owl-theme .owl-nav button.owl-prev {
	margin-right: 10px;
}
#benefits .benefit-listing.owl-theme .owl-nav button.owl-next {
	margin-left: 10px;
}
#benefits .benefit-listing.owl-theme .owl-dots {
	position: absolute;
    bottom: 0;
	right: 0;
    left: auto;
}
#benefits .benefit-listing.owl-theme .owl-dots.active {
	right: 0;
    left: 0;
}
#benefits .benefit-listing.owl-theme .owl-dots .owl-dot {
    height: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #benefits .benefit-listing					{ padding-bottom: 70px; }
    #benefits .benefit-listing.owl-theme .owl-nav [class*=owl-] { width: 50px; height: 50px; }
    #benefits .benefit-listing.owl-theme .owl-dots .owl-dot	{ height: 50px; }
}

@media only screen and (max-width: 767px) {
    #benefits .benefit-listing					{ padding-bottom: 70px; }
    #benefits .benefit-listing.owl-theme .owl-nav [class*=owl-] { width: 50px; height: 50px; }
    #benefits .benefit-listing.owl-theme .owl-dots .owl-dot	{ height: 50px; }
}