.overview {
	padding: 12px 0 40px;
}

.overview h3 {
	font-size: 21px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 44.8px;
}

.overview .text-content p{
	font-size: 18px;
	line-height: 1.67;
	color: #525d66;
	font-weight: normal;
	word-spacing: 0;
    font-weight: 300;
	color: #525d66;
    font-weight: normal;  
    padding-left: 2px;
}

.overview .flex {
	justify-content: space-between;
	flex-wrap: wrap;
}

.overview .flex .col-2 {
	width: 47%;
/* 	text-align: justify; */
}

.banner-strip img {
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	margin: 0 auto 50px;
	display: block;
}

@media (max-width: 880px) {
	.banner-strip {
		height: auto;
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 550px) {
	.overview {
		padding: 20px 0;
	}
	
	.overview h3 {
		font-size: 25px;
		margin-bottom: 34px;
	}
	.overview .flex .col-2 {
		width: 100%;
		text-align: left;
	}
	.overview .flex .col-right {
		display: none;

	}
	.overview .flex span.hidden-text {
		display: block;
		width: 100%;
	}
	.overview .addd-read-more {
		font-size: 18px;
		font-weight: 300;
		line-height: 1.44;
	}
	.overview .addd-read-more.show-les .hidden-text,
	.overview .addd-read-more.show-les .read-less {
		display: none;
	}
	.overview .addd-read-more.show-more .read-more {
		display: none;
	}
	.overview .addd-read-more .read-more,
	.overview .addd-read-more .read-less {
		margin-top: 15px;
		color: #00afef;
		cursor: pointer;
		display: table;
		position: relative;
	}
	.overview .addd-read-more .read-more:hover,
	.overview .addd-read-more .read-less:hover {
		color: #5ec8ef;
	}
	.overview .addd-read-more .read-more:after,
	.overview .addd-read-more .read-less:after {
		content: '';
		right: -22px;
		top: 4px;
		position: absolute;
		display: block;
		margin: 2px auto;
		width: 7px;
		height: 7px;
		border-top: 2px solid #00AFEF;
		border-left: 2px solid #00AFEF;
		transform: rotate(225deg);
	}
	.overview .addd-read-more .read-more:hover:after,
	.overview .addd-read-more .read-less:hover:after {
		border-top: 2px solid #5ec8ef;
		border-left: 2px solid #5ec8ef;
	}
	.overview .addd-read-more .read-less:after {
		top: 9px;
		transform: rotate(46deg);
	}
	.overview .addd-read-more {
		width: 100%;
		overflow: hidden;
		z-index: 0;
		position: relative;
		justify-content: flex-start;
	}
	.overview .flex-text {
		position: relative;
	}
	.overview .flex-text:after {
		display: block;
		content: '';
		-webkit-box-shadow: inset 0px -15px 10px 0px rgb(255 255 255);
		-moz-box-shadow: inset 0px -15px 10px 0px rgba(255, 255, 255, 1);
		box-shadow: inset 0px -26px 57px 0px rgb(255 255 255);
		height: 44px;
		height: 50px;
		width: 100%;
		z-index: 100;
		position: absolute;
		bottom: 42px;
	}
	.banner-strip .mobile-only {
		display: block;
		max-width: 100%;
		margin: 30px auto 0;
		height: auto;
	}
}