#overview-sec .sec-text p{
	font-size: 14px;
	line-height: 1.85em;
	margin-top: 0;
	margin-bottom: 1.85em;
}

.overview-sec__img-block{
	position: relative;
	border-radius: 20px;
	max-width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* ===== Responsive ===== */

@media screen and (min-width: 768px){
	.overview-sec__img-block{
		padding: 0;
		height: 100%;
		min-height: 400px;
	}

	.overview-sec__text-col{
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		justify-content: center;
		-webkit-justify-content: center;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 992px){
	.overview-sec__text-col{
		padding-right: 65px;
	}
}

@media screen and (min-width: 1200px){
	#overview-sec .sec-text p:last-child{
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1650px){
	#overview-sec .sec-text p{
		font-size: 18px;
		line-height: 2em;
	}
}
