.team-image-main img {
    width: 50%;
    height: auto;
    margin: auto;
    padding-top: 100px;
}
.team-image-main {
    margin: 20px;
    display: flex;
}
.team-member-info {
  /* text-align: center; */
  margin: auto;
  margin-top: 20px;
}
.team-information {
    margin-bottom: 20px;
}
.team-member-container {
  display: flex;
  flex-direction: column;
}
.team-information h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 10px;
    font-weight: 300;
    font-family: 'Montserrat';
    font-style: italic;
    color: #6d6e71;
}
.team-information h4.email-address a {
    color: #6d6e71;
}
.team-information h4.mobile a {
    color: #6d6e71;
}
.team-member-container .description {
    font-family: 'Montserrat';
    width: 80%;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 50px;
    color: #6d6e71;
    text-align: left;
}
.team-member-gallery {
  display: flex;
  margin-bottom: 50px;
}
.email-button .btn-primary {
  color: #fff;
  background-color: #e84824;
  border: none;
  width: 60%;
  height: 60px;
  padding: 20px;
  font-size: 20px;
  line-height: 20px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #891633;
    border-color: #891633;
}
.email-button .btn-primary {
    color: #fff;
    background-color: #891633;
    border: none;
    width: 20%;
    height: 60px;
    padding: 20px;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 60px;
    border-radius: 10px;
}
h4.team-member-title {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 22px;
}
@media only screen and (max-width: 1440px) {
  .team-information h4 {
    font-size: 20px;
  }
  .team-member-gallery {
    display: flex;
  }
  .team-member-gallery img {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
    h4.team-member-title {
        margin-bottom: 10px;
    }
  .team-member-container .description {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 30px;
    }
  .team-image-main img {
    width: 93%;
    height: auto;
    padding: 0;
  }
  .team-information {
    margin-bottom: 0;
  }
   .team-information h4 {
        font-size: 18px;
        line-height: 12px;
    }
  .team-member-container .description {
        margin-top: 40px;
        margin-bottom: 30px;
        font-size: 16px;
        padding: 0;
        text-align: center;
    }
  .email-button .btn-primary {
    color: #fff;
    border: none;
    width: 100%;
    height: 60px;
    padding: 20px;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 60px;
    border-radius: 10px;
  }

}

@media only screen and (max-width: 576px) {
    .team_single h4 span {
        font-size: 20px;
    }
  .team-version-two h1.title {
    font-size: 20px;
}
  .team-member-gallery {
      display: block;
  }
  .team-member-gallery img {
     width: 100%;
     margin-bottom: 20px; 
   }
 }
