.team-one {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0 50px 0;
	border-bottom: 5px solid #f7941f;
	position: relative;
	flex-direction: column;
	width: 100vw;
}

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

.view-services-btn {
	position: absolute;
	bottom: -25px;
	color: white !important;
	font-weight: bold;
	width: 300px;
	padding: 10px;
	z-index: 99;
	text-transform: uppercase;
	background-color: #f7941f;
	text-align: center;
}

.view-services-btn:hover {
	background-color: #134B5E;
}

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

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

.team-one-img {
	width: 200px;
	height: 200px;
	border-radius: 100%;
	border: 7px solid #f7941f;
	background-position: center;
	background-size: cover;
	margin-bottom: 15px;
}

.team-one-card h3 {
	color: #4bc5c5;
	font-weight: bold;
}

.center-doctor-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 25px;
}

.center-doctor-title hr {
  width: 60px;
  height: 4px;
  margin: 10px;
  background-color: #f7941f;
  border: none;
}

.center-doctor-title h3 {
  font-size: 24px;
}

.center-doctor-title h2 {
  font-size: 32px;
}

.center-doctor-title h3, .center-doctor-title h2 {
  font-weight: bold;
	color: #4bc5c5;
}

.team-one-card:hover .team-one-img {
	border-color: #ffca8a;
}

.view-services-btn {
  position: absolute;
  bottom: -19px;
  color: white !important;
  font-weight: bold;
  width: 300px;
  padding: 10px;
  z-index: 99;
  text-transform: uppercase;
  background-color: #f7941f;
  text-align: center;
}
