.customslider {
	width: 100%;
	position: relative;
}

.owl-slider .owl-nav button {
	position: absolute;
	top: -65px;
	z-index: 1001;
	width: 150px;
	height: 80px;
	display: flex;
	justify-content: center;
}

.owl-slider .owl-nav .owl-prev {
	left: 0px;
	justify-content: flex-start;
}

.owl-slider .owl-nav .owl-next {
	right: 0px;
	justify-content: flex-end;
}

.owl-slider .owl-nav span {
	color: #232323 !important;
	font-size: 35px !important;
	font-weight: 500 !important;
	line-height: 35px !important;
	flex-shrink: 0 !important;
}

.teacher {
	flex-shrink: 0;
	overflow: hidden;
	display: block;
}

.teacher__cover {
	width: 100%;
	height: 365px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
	background-color: #ccc;
}

.teacher__image {
	width: 100%;
	flex-shrink: 0;
}

.teacher__name {
	color: #232323;
	font-family: "Raleway", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 28px;	
	margin: 20px 0px 20px 0px;
}

.teacher__description {
	color: #232323;
	font-family: "Raleway", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;	
}

.gitem {
	width: 100%;
	height: 365px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
	background-color: #ccc;
	display: block;
}

.gitem__image {
	width: 100%;
	flex-shrink: 0;
}