.team-member-card-container1 {
  background: transparent;
  float: left;
  width: 100%;
  /* min-width: 300px */
}

.team-member-card-container1.half {
  width: 50%;
}
.team-member-card-container1.third {
  width: 33.33%;
}
.team-member-card-container1.quarter {
  width: 25%;
}
.team-member-card-container1.half:nth-of-type(2n + 1),
.team-member-card-container1.third:nth-of-type(3n + 1),
.team-member-card-container1.quarter:nth-of-type(4n + 1) {
  clear: left;
}
.team-member-card {
  /* background-color: #fff; */

  /*     border: 1px solid #eee; */
}

.team-member-card-container1.rounded .team-member-card {
  /*     border-radius: 10px; */
  /*     -webkit-border-radius: 10px; */
  overflow: hidden;
 
}
.team-member-card .image-container1 {
  position: relative;
  
 
  overflow: hidden;
  min-height: 300px;
  min-width: 300px
  padding-bottom: 70%;
  border-radius: 0 0 0 10px;
  padding-left: 0;
  text-align: left;

  /*    min-height: 360px */
}
.team-member-card img {
  height: auto;
  text-align: left;
  width: auto;
  min-width: 100%;
  /* min-height: 100%; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 0 0 0 10px;
}

.team-member-card img.landscape {
  height: 100%;
  width: 100%;
}
/* .team-member-card:hover img {
    opacity: .8;
} */
.team-member-info h3 {
  display: block;
  text-align: left;
  background-color: #eee;
  margin: 0 0 10px;
  padding: 20px 0;
}
.team-member-info h4 {
  display: block;
font-weight: 400 !important;
  text-align: left;
  margin:8px 0 20px 0;
  font-size: 30px !important;
  font-weight: 400;
}
.team-member-info p {
  padding: 0;
  font-weight: 600 !important;
  text-align: center;
}
.team-member-info a{font-weight: 600 !important}
.team-member-info form {
  display: block;
  text-align: center;
  margin: 20px 0;
  font-size: 20px;
  background-color: #ff7d1b;
}

#title {
  padding-top: 13px;
  text-align: left;
  margin: 10px 0;
  font-weight: 800 !important;
  font-size: 18px !important;
  font-family: var(--ff-accent) !important;
  color: #f56400;
}
#description {
  text-align: left;
  margin: 15px 0;
  font-weight: normal;
  max-width: 95%;
}

.nameFull {
  text-align: left;
  margin: 0 0 10px;
  /*   font-weight: bold !important; */
  font-family: GreycliffCF-regular;
  font-weight: 500 !important;
  font-size: 24px !important;
}

.team-member-info p {
  padding: 0;
  margin: 0;
  text-align: left;
  font-weight: bold;
}
.email {
  padding: 0;
  text-align: left;
  color: #f56400;
}

#input {
  background-color: #ff7d1b;
}
@media (max-width: 767px) {
  .team-member-card-container {
    width: 100% !important;
    /* text-align: center; */
    
  }
 /* .team-member-info h4{
    text-align: center;
  }
 
  .name{
    text-align: center;
   
  }
  .team-member-info p {
    text-align: center;
  }
  #title{
    text-align: center;
  } */
  .team-member-card img {
width: 100%;

  }
  .team-member-info {
    padding-bottom: 30px;
  }
}
