/* START: profile card styles */
.profile-cards .single-profile-card {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.profile-cards .profile-card-container {
  margin-bottom: 18px;
  display: flex;
}

.profile-cards .profile-card-body {
  display: flex;
  padding: 18px;
  flex: 1;
  justify-content: center;
  text-align: center;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0px 0px 10px #00000014;
  flex-direction: column;
}

.profile-cards .degree {
  color: black;
}

@media (min-width: 768px) {
  .profile-cards .profile-card-container {
    margin-bottom: 30px;
  }
}

/* END: profile card styles */
