.brands__item {
	border-radius: 20px;
	padding: 20px;
	min-height: 200px;
	box-shadow: 2px 2px 4px 0 rgba(0 0 0 / 10%);
}
.brands {
	padding: 80px 0 100px 0;
	overflow: hidden;
}
@media (min-width: 700px) AND (max-width: 1920px) {
	.swiper-brands {
		overflow: unset!important;
	}
}
.brands__item-title-wrapper {
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
	height: 44px;
	width: 100%;
}
.brands__item-title {
	border-radius: 100px;
	background-color: #00482F;
	height: 100%;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
}
.brands__item-image {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.brands__item-image img {
	max-width: 80%;
	max-height: 80%;
}
.brands__item {
	margin: 22px 0px;
	background-color: #fff;
}
.brands__items {
	margin-top: 40px;
}
.brands__text {
	font-family: var(--ff);
}
.brands__text p {
	font-family: var(--ff);
}
.brands__title {
	font-size: 42px;
	font-family: var(--ff-title);
	line-height: 1.2;
	margin-bottom: 30px;
	font-weight: 700;
}

@media (max-width: 800px) {
	.brands__title {
	    font-size: 35px;
	}
	.brands__title br,
	.brands__title br {
		display: none;
	}
}