.text_slide_with_image {
	margin-top: 70px;
	padding-bottom: 70px;
	position: relative;
}
.text_slide_with_image .title_wrap p {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.text_slide_with_image:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 57%;
	background: #12a6c8;
}
.text_slide_with_image .container {
	position: relative;
}
.text_slide_with_image .block_wrap {
	background: #ffffff;
	display: grid;
	padding: 35px 40px;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 5vw;
}
.text_slide_with_image .block_wrap p {
	font: 300 calc(14px + (22 - 14) * (100vw / 3000))/1.4 var(--simple_font);
}
.text_slide_with_image .block h3 {
	font: 400 calc(18px + (27 - 18) * (100vw / 3000))/1.2 var(--text_font);
	margin: 0;
}
.text_slide_with_image .text_wrap {
	text-align: center;
	width: 100%;
	align-self: center;
}
.text_slide_with_image .swiper-pagination {
	position: relative;
	margin-top: 3.6vw;
}
.text_slide_with_image .swiper-pagination .swiper-pagination-bullet-active {
	background: var(--hover_color);
	border: 3px solid transparent;
}
.text_slide_with_image .swiper-pagination-bullet {
	background: transparent;
	border: 3px solid var(--hover_color);
	width: 17px;
	height: 17px;
	opacity: 1;
	margin: 0 17px !important;
}
.text_slide_with_image .block {
	padding: 0 3vw;
}
.text_slide_with_image .image_wrap {
	position: relative;
	padding-top: 63%;
}
.text_slide_with_image .image_wrap img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.text_slide_with_image .bottom_wrap {
	text-align: center;
	margin-top: 3.6vw;
}
.text_slide_with_image .bottom_wrap h4 {
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #ffffff;
	font-weight: 600;
	margin: 0;
}
.text_slide_with_image .bottom_wrap .button_basic {
	text-transform: capitalize;
	margin-top: 20px;
}
.text_slide_with_image .bottom_wrap .button_basic:after {
	content: '';
	position: absolute;
	background: url('../images/TLEX-Icons_Next.png')transparent no-repeat;
	right: 50px;
	top: 21px;
	width: 9px;
	height: 17px;
	transition: .3s ease-in-out .2s;
}
.text_slide_with_image .bottom_wrap .button_basic:hover {
	background:#ff8100;
}
.text_slide_with_image .bottom_wrap .button_basic:hover:after {
	right: -9px;
}
.text_slide_with_image .bottom_wrap .button_basic:before {
	background: var(--hover_color);
	left: -100%;
	top: 0;
}
/*blocks */
.text_slide_with_image.blocks .block_wrap {
	padding: 0;
	grid-template-columns: 1fr;
	grid-gap: 0;
}
.text_slide_with_image.blocks .block {
	padding: 35px 40px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.text_slide_with_image.blocks .block_text {
	padding: 0 3vw 0 0;
	align-self: center;
}
.text_slide_with_image.blocks .block:nth-child(even) {
	background: #F7F3F2;
}
.text_slide_with_image.blocks:before {
	height: calc(100% - 350px);
}
/*
.text_slide_with_image.blocks .text_wrap:nth-child(2n) .block_text {
	padding:0 0 0 3vw;
}
*/
/* Team */
.page-id-276 .text_slide_with_image.blocks .title_wrap {
	margin-bottom: -40px;
}
.page-id-276 .text_slide_with_image .title_wrap p {
	max-width: 820px;
	margin: 40px auto;
}
.page-id-276 .text_slide_with_image.blocks .bottom_wrap {
	margin-top:-80px;
}
.page-id-276 .text_slide_with_image:before {
	background: #f7f3f3;
}
/* Responsiveness */
@media (min-width:1442px) {
	.page-id-276 .text_slide_with_image.blocks .title_wrap {
		margin-bottom:0;
	}
}
@media (max-width: 1441px) and (min-width: 992px) {
	.text_slide_with_image .title_wrap p {
		max-width:870px;
	}
	.text_slide_with_image .block h3 {
		font:500 calc(18px + (27 - 18) * (100vw / 1920))/1.2 var(--text_font);
	}
	.text_slide_with_image .block_wrap p {
		font:400 calc(13px + (23 - 15) * (100vw / 1920))/1.55 var(--simple_font);
	}
	.text_slide_with_image.blocks .block_wrap {
		transform: scale(.8);
	}
	.text_slide_with_image.blocks .bottom_wrap {
		margin-top: -110px;
	}
	.text_slide_with_image.blocks .title_wrap {
		margin-bottom: -80px;
	}
}
@media (max-width: 992px) {
	.text_slide_with_image .block {
		padding: 0;
	}
	.text_slide_with_image .block_wrap {
		padding: 15px;
		grid-template-columns: 1fr;						
	}
	.text_slide_with_image .image_wrap {
		padding-top: 56.25%;
	}
	.text_slide_with_image.blocks .block {
		grid-template-columns: 1fr;
	}
	.text_slide_with_image.blocks .block_text {
		padding: 0 0 50px;
	}
}
@media (max-width: 767px) {
	.text_slide_with_image.blocks .block {
		padding: 20px 15px;
	}
	.text_slide_with_image .block h3 {
		font-size: calc(18px + (27 - 18 + (29 - 18 * .7)) * ((100vw - 360px) / 1920));
	}
	.text_slide_with_image .bottom_wrap .button_basic:after {
		right: 30px;
		top: 14px;
	}
	.text_slide_with_image .button_basic span {
		padding-right: 8.3vw;
	}
	.text_slide_with_image .swiper-pagination {
		margin-top: 8.3vw;
	}
	.text_slide_with_image .block_wrap p {
		font-size: calc(14px + (22 - 14 + (22 - 14 * .7)) * ((100vw - 360px) / 1920));
	}
	.page-id-276 .text_slide_with_image.blocks .title_wrap {
		margin-bottom:0;
	}
	.page-id-276 .text_slide_with_image.blocks .bottom_wrap {
		margin-top:0;
	}
	.page-id-276 .text_slide_with_image:before {
    background: #f7f3f3;
	}
}