section#business-voice-sec {
    padding: 50px 0;
}

#business-voice-sec .sec-title,
#business-voice-sec .sec-desc{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#business-voice-sec .sec-title{
	max-width: 650px;
}

#business-voice-sec .sec-desc{
	max-width: 720px;
}

.business-voice-sec__contant{
	position: relative;
	text-align: center;
	margin-top: 25px;
}

.business-voice-sec__img{
	display: none;
}

.bv-icon-block{
	width: 275px;
	text-align: center;
	margin: 0 auto 30px;
}

.bv-icon-block__icon{
	width: 75px;
	height: 75px;
	margin: 0 auto 20px;
	background-color: #3F5BA9;
	border-radius: 50%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.bv-icon-block__title{
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3em;
	color: #000000;
	display: block;
	margin-bottom: 7px;
}

.bv-icon-block__text{
	display: block;
	margin: 0;
	font-size: 13.5px;
	line-height: 1.66em;
	min-height: 4.98em;
}

.business-voice-sec__btn-col{
	text-align: center;
}

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

@media screen and (min-width: 992px){
	.business-voice-sec__contant{
		margin-top: 0;
		min-height: 480px;
	}

	.business-voice-sec__img{
		margin-top: 20px;
		display: inline-block;
		max-width: 478px;
		width: 100%;
	}

	.bv-icon-block{
		position: absolute;
	}

	.bv-icon-block::before{
		content: '';
		position: absolute;
		top: 36px;
		height: 1px;
		background-color: #3F5BA9;
	}

	.bv-icon-block.left-top-block{
		top: 30px;
		left: 0;
	}

	.bv-icon-block.left-top-block::before{
		width: 120px;
		left: calc(50% + 35px);
	}

	.bv-icon-block.right-top-block{
		top: 30px;
		right: 0;
	}

	.bv-icon-block.right-top-block::before{
		width: 100px;
		right: calc(50% + 35px);
	}

	.bv-icon-block.left-bottom-block{
		bottom: 0;
		left: -30px;
	}

	.bv-icon-block.right-bottom-block{
		bottom: 0;
		right: -30px;
	}

	.bv-icon-block.left-bottom-block::before{
		width: 120px;
		left: calc(50% + 35px);
	}

	.bv-icon-block.right-bottom-block::before{
		width: 120px;
		right: calc(50% + 35px);
	}

	.bv-icon-block.left-top-block::before{
		width: 220px;
	}

	.bv-icon-block.right-top-block::before{
		width: 205px;
	}

	.bv-icon-block.left-bottom-block{
		left: 0;
	}

	.bv-icon-block.right-bottom-block{
		right: 0;
	}

	.bv-icon-block.left-bottom-block::before{
		width: 190px;
	}

	.bv-icon-block.right-bottom-block::before{
		width: 190px;
	}
}

@media screen and (min-width: 1200px){
	.blue-wave #business-voice-sec{
		background-image: url(../img/blue-wave-desktop-2.png);
		background-size: 1500px calc(100% - 88px);
		background-repeat: no-repeat;
		background-position: center top 88px;
	}

	.bv-icon-block.left-top-block::before{
		width: 300px;
	}

	.bv-icon-block.right-top-block::before{
		width: 275px;
	}

	.bv-icon-block.left-bottom-block::before{
		width: 260px;
	}

	.bv-icon-block.right-bottom-block::before{
		width: 260px;
	}
}

@media screen and (min-width: 1399px){
	.business-voice-sec__img{
		margin-top: 60px;
		max-width: 530px;
	}

	.bv-icon-block.left-top-block{
		top: 90px;
	}

	.bv-icon-block.right-top-block{
		top: 90px;
	}

	.bv-icon-block.left-bottom-block{
		bottom: -80px;
	}

	.bv-icon-block.right-bottom-block{
		bottom: -80px;
	}

	.bv-icon-block.left-top-block::before{
		width: 370px;
	}

	.bv-icon-block.right-top-block::before{
		width: 345px;
	}

	.bv-icon-block.left-bottom-block::before{
		width: 310px;
	}

	.bv-icon-block.right-bottom-block::before{
		width: 310px;
	}
}

@media screen and (min-width: 1500px){
	.blue-wave #business-voice-sec{
		background-size: 100% calc(100% - 88px);
	}
}

@media screen and (min-width: 1650px){
	.bv-icon-block__text{
		font-size: 18px;
		line-height: 2em;
	}

	.bv-icon-block__title{
		font-size: 20px;
	}

	.business-voice-sec__img{
		max-width: 800px;
	}

	.bv-icon-block{
		width: 340px;
	}

	.bv-icon-block.left-top-block,
	.bv-icon-block.right-top-block{
		top: 120px;
	}

	.bv-icon-block.right-bottom-block,
	.bv-icon-block.left-bottom-block{
		bottom: -140px;
	}

	.bv-icon-block.left-bottom-block::before{
		width: 400px;
	}
}
