.container-slider{
	width: 100%;
	height: 440px;
	max-height: 440px;
	margin: 2rem 0 0 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: start;
  /* align-items: center; */
}

.card-mentor{
	width: 100%;
}


.container-image-mentor{
	width: 100%;
}

.img-mentor{
	display: block;
	width: 100%;
  object-fit: contain;
	height: inherit;
}

.container-text-mentor{
	width: 100%;
	height: 115px;
	text-align: center;
	padding: 10px 5px;
}