.whyme {
	background-color: #f0f8ff;
	padding-bottom: 3rem;
}

.whyme .content .item {
	padding: 2rem 4rem;
}

.whyme .content h5 {
	color: #2c5dc6;
}

.single-testi-box .text-center .bi {
	font-size: 4rem;
	background-color: aliceblue;
	display: inline-block;
	padding: 15px;
	color: #2c5dc6;
	border-radius: 50%;
}

.industries .item {
	display: inline-block;
	width: 80%;
	margin: 0 auto;
	border-bottom: 3px solid transparent;
	transition: 0.8s;
}

.industries .item img {
	border-radius: 8px;
}

.industries .item:hover {
	border-bottom-color: #2c5dc6;
	background: #ffffff;
	box-shadow: 0 4rem 8rem 0 rgba(43, 35, 79, 0.14);

}