#eap-team-page-3 h1 {
  font-size: 1.5em;
  color: #3C4858;
  font-weight: bold;
  padding: 32px 0 32px 0;
  margin-top: 48px;
}
#eap-team-page-3 h2 {
  font-size: 1.5em;
  color: #9ba6b2;
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto;
  padding: 4em 1em 1em 2em;
  line-height: 1.6;
  font-size: 20px !important;
}
#eap-team-page-3 .main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 900px;
  margin: 0 auto;
}
#eap-team-page-3 html {
  font-size: 16px;
}
#eap-team-page-3 .reviews {
  align-content: center;
  text-align: center;
  margin: 0 auto;
}
#eap-team-page-3 button {
  background-color: #4A90E2;
  color: #fff;
  border-radius: 4px;
  height: 60px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15), inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  align-content: center;
  border: 1px solid #dae1e9;
  font-weight: bold;
  border-radius: 50px;
  font-size: 16px;
  margin-bottom: 4em;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  min-width: 200px;
}
#eap-team-page-3 button:hover {
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.15), inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transform: scale(1.04) translateY(-5px);
}
#eap-team-page-3 .profile {
  cursor: pointer;
  margin: 0 auto;
  box-shadow: 0 0 0 1px #E2E9ED;
  width: 100%;
  min-height: 275px;
  text-align: center;
  background-color: #fff;
  transition: 0.6s cubic-bezier(0.2, 1, 0.2, 1);
  justify-content: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
#eap-team-page-3 .profile:hover {
  box-shadow: 0 0 0 2px #dae1e9;
  transform: scale(1.01);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  z-index: 10;
  border: 1px solid #dae1e9;
  border-radius: 2px;
}
#eap-team-page-3 .profile:hover .email,
#eap-team-page-3 .profile:hover .phone {
  display: grid;
  transition: margin 0.8s ease, opacity 0.8s ease;
}
#eap-team-page-3 .headshot img {
  border-radius: 50%;
  width: 70px;
  vertical-align: middle;
  margin: 8px auto;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
#eap-team-page-3 .name {
  font-size: 1.125em;
  font-weight: bold;
  color: #3C4858;
}
#eap-team-page-3 .title {
  font-size: 16px;
  font-weight: 400;
  color: #9ba6b2;
}
#eap-team-page-3 .email {
  font-size: 16px;
  font-weight: 400;
  color: #3C4858;
  display: none;
}
#eap-team-page-3 .phone {
  font-size: 16px;
  font-weight: 400;
  color: #3C4858;
  display: none;
}
@media screen and (max-width: 414px) and (min-width: 100px) {
  #eap-team-page-3 .main {
    grid-template-columns: 1fr;
  }
  #eap-team-page-3 .profile {
    box-shadow: none;
    border: 0px;
  }
  #eap-team-page-3 .profile:hover {
    box-shadow: none;
    transform: none;
    padding-top: 2em;
    border: 0px #fff !important;
  }
  #eap-team-page-3 .email,
  #eap-team-page-3 .phone {
    display: grid;
  }
  #eap-team-page-3 h2 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 768px) and (min-width: 414px) {
  #eap-team-page-3 .main {
    grid-template-columns: 1fr 1fr;
  }
  #eap-team-page-3 .email,
  #eap-team-page-3 .phone {
    display: grid;
  }
}