.imgtextfive {
	position: relative;
	overflow: hidden;
	padding: 60px 0;
	background-color: #fff;
}

.imgtextfive-img-wrap {
	position: relative;
	display: flex;
	overflow: hidden;
	height: 350px;
}

.imgtextfive-img {
	width: 100%;
	display: block;
	object-fit: cover;
}

.imgtextfive-info {
	padding: 30px 15px;
}

.imgtextfive-info__line {
  width: 119px;
  height: 3px;
  background-color: #4263a3;
  margin-bottom: 30px;
}

.imgtextfive-info__title {
max-width: 350px;
  font-family: Roboto;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}

.imgtextfive-info__text {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #aeaeae;
}


@media (min-width: 992px) {
	.imgtextfive {
		padding: 100px 0;
	}
	.imgtextfive-img-wrap {
		height: 450px;
	}
	.imgtextfive-info {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 450px;
		overflow: hidden;	
		padding-left: 90px;
	}
}

@media (min-width: 1200px) {

}