.slidercont {
	position: relative;
	padding: 120px 0;
}

.slidercont .head {
	position: relative;
}

.slidercont .head svg {
	position: absolute;
	width: 180px;
	height: 180px;
}

.slidercont .head svg:first-of-type {
	left: -69px;
	bottom: 0;
}

.slidercont .head svg:last-of-type {
	right: -69px;
	bottom: 0;
}

.slidercont .head p.title {
	color: #FFF;
	text-align: center;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	margin: 0 auto 27px auto;
}

.slidercont .head  p.desc {
	color: #FFF;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin: 0 auto 72px auto;
}

.slider {
	display: block;
}

.slider .cell {
	text-align: center;
}

.slider .cell img {
	width: 278px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.slider .cell .name {
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px; 
	margin: 0 auto;
}

.slider .cell svg {
	margin: 12px auto;
}

.slider .cell .position {
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin: 0 auto;
}

.slider .cell:nth-child(2n) {
	padding-top: 80px;
}

.slider-buttons {
	margin: 60px auto 0 auto;
	display: flex;
	gap: 24px;
}

.slider-buttons svg {
	width: 50px;
	height: 41px;
}

.slider-buttons svg rect,
.slider-buttons svg path {
	transition: 300ms;
}

.slider-buttons a:hover svg path {
	stroke: #fff;
}

.slider-buttons a:hover svg rect {
	fill: #8DD3BF;
}

@media only screen and (max-width: 996px) {
	.slidercont {
		padding: 80px 0;
	}

	.slidercont .head svg {
		display: none;
	}

	.slidercont .head p.title {
		color: #FFF;
		text-align: center;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 42px;
		margin: 0 auto 27px auto;
	}

	.slidercont .head  p.desc {
		color: #FFF;
		margin: 0 auto;
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 25px;
		margin: 0 auto 72px auto;
	}
}