.teachers-list{
	width: 100%;
	overflow: hidden;
}
.swiper-scrollbar-teacher{
	height: 5px;
}

.teachers-list .swiper-wrapper{
	height: auto;
}

.teachers-list-header{
	text-transform: uppercase;
	margin-bottom: 53px;
}


.teachers-list-items{
	/*display: flex;*/
	/*justify-content: space-around;*/
}

.teachers-list-item{
	width: 340px;
}


.teachers-list-title{
	text-align: center;
	margin: 29px 0 29px 0;
}

.teachers-list-buttons{
	display: flex;
	justify-content: space-around;
	margin: 29px 0 29px 0;
}


