.section7{
	width: 100%;
	height: 100%;
}

.section7 h1{
	text-align: center;
	font-size: 50px;
	margin-top: 12%;
	color: #f5a934;
}

.section7-cont{
	margin-top: 5%;
	width: 80%;
    margin-left: 10%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
	gap: 0px;
}

.section7-card{
	width: 100%;
	height: 100%;
}


.section7-card img{
	width: 60%;
	margin-top: 5%;
	margin-left: 20%;
}

.section7-card p{
	text-align: center;
	margin-top: 8%;
	font-size: 23px;
	font-weight: 600;
	color: white;
}

#section7-client1{
	border-right: 2px solid #132c4f;
	border-bottom: 2px solid #132c4f;
}
#section7-client2{
	border-bottom: 2px solid #132c4f;
}
#section7-client3{
	border-left: 2px solid #132c4f;
	border-bottom: 2px solid #132c4f;
}
#section7-client4{
	border-right: 2px solid #132c4f;
	border-bottom: 2px solid #132c4f;
}
#section7-client5{
	background-color: #132c4f;
}
#section7-client6{
	border-left: 2px solid #132c4f;
	border-bottom: 2px solid #132c4f;
}
#section7-client7{
	border-right: 2px solid #132c4f;

}

#section7-client9{
	border-left: 2px solid #132c4f;

}

.section7-blank{
	width: 100%;
	height: 100px;
}
