.services-one-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0 50px 0;
	position: relative;
	flex-direction: column;
	width: 100vw;
}

.services-one-inner {
	width: 960px;
	max-width: 90vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.services-one-card {
	width: 200px;
	margin: 15px;
}

.services-one-card a {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
  cursor: pointer;
}

.services-one-img {
	width: 200px;
	height: 200px;
	border-radius: 100%;
	border: 7px solid #2f8dab;
	background-position: center;
	background-size: cover;
	margin-bottom: 15px;
	transition: border-color .6s ease;
}

.services-one-card h3 {
	color: #666666;
	font-weight: bold;
}

.services-one-card:hover .services-one-img {
	border-color: #71a9bb;
}
