#why-sec{
	position: relative;
	padding: 50px 0 50px;
	background: #0C2146;
	margin: 50px 0;
}
#why-sec.grey {
	background: #E8E8E8;
}
#why-sec.grey .sec-title,
#why-sec.grey h2,
#why-sec.grey .sec-desc {
	color: #000;
}

#why-sec.light-blue {
	background: #3F88C8;
}
#why-sec.light-blue .sec-title,
#why-sec.light-blue .sec-desc,
#why-sec.light-blue h2,
#why-sec .sec-title {
	color: #fff;
}
#why-sec .orange-btn.dark-text {
    color: #000;
}

.why-sec__icon-text-block {
    font-weight: 400;
    font-size: 14px;
}

#why-sec .container{
	position: relative;
	z-index: 2;
}
#why-sec .sec-desc {
    margin-bottom: 30px;
    color: #fff;
}
#why-sec .orange-btn{
	margin-bottom: 28px;
}

.why-sec__icon-block{
	padding: 26px;
	background-color: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.16);
}

.why-sec__blocks-col .row {
    gap: 20px;
}

.why-sec__icon{
	width: 40px;
	height: 40px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
.why-sec__icon-text__title{
	display: block;
	font-size: 16px;
	font-weight: 600;
}
.why-sec__icon-text__desc{
	display: block;
	font-size: 14px;
	line-height: 2.14em;
}
.why-sec__btn-block {
    display: flex;
}

@media screen and (min-width: 768px){
	.why-sec__icon-text__desc{
		line-height: 1.66em;
	}
	#why-sec{
		padding: 100px 0 53px;
	}
}

@media screen and (min-width: 992px){
    #why-sec{
		padding: 100px 0;
	}
    .why-sec__text-col{
		display: flex;
		flex-direction: column;
		justify-content: center;
		display: -webkit-flex;
		-webkit-flex-direction: column;
		-webkit-justify-content: center;
	}
	.why-sec__text-col,
	.why-sec__blocks-col{
		transition: .5s all;
	}
	.why-sec__icon-block.half {
		margin: 0;
		flex: 0 0 47%;
	}
}

@media screen and (min-width: 1200px) {
	.why-sec__icon-block.half {
		margin: 0;
		flex: 0 0 48%;
	}
}