.teamCard {
  border-radius:15px;
  margin-bottom:100px;
}
.modal-dialog {
  max-width: 100%;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: flex;
}
.modal-open .teamCardGroup .modal {
  padding-right:0px!important;
}
.teamCardGroup .modal-body {
  font-family: "Hero Junior";
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
}
.teamCardGroup .modal-body svg {
  height:30px;
  color:#fff;
  width:30px;
}
.teamCardGroup .modal-content, .teamCardGroup .modal-header h3 {
  color:#fff;
}
.teamCardGroup .close {
  color:#fff;
  opacity:1;
}
.teamCardGroup .close:hover {
  color:#d3d3d3;
}
.teamCard .close:focus {
  outline:0px;
}
.teamCardGroup .card {
  border-radius:15px!important;
}
.teamCardGroup .card-footer {
  border-top: 0px;
  padding-bottom: 40px;
  border-bottom-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important;

}
.teamCardGroup h5 {
  font-size: 27px;
  font-family: "Hero Junior Super";
  line-height: 34px;
}
.teamPhoto {
  max-width:200px;
  margin-top:-65px;
}
.teamCard .colorPlum {
  font-size: 27px;
  font-family: "Hero Junior Super";
  line-height: 34px;
}
.redReadMoreBtn {
  display: block;
  font-family: "Hero Junior Super";
  font-weight: 900;
  font-size: 18px;
  line-height: 38px;
  border-radius: 35px;
  height: 38px;
  padding-bottom: 5px;
  width: 144px;
  padding: 0;
  color: #E8063C;
  border:2px solid #E8063C;
  background-color: #f8f5fb;
  text-align: center;
}
.redReadMoreBtn:hover, .redReadMoreBtn:focus {
  color:#fff;
  text-decoration:none;
  background-color:#E8063C;
}
.teamCardGroupRow2 {
  margin-top:100px;
}
.teamCardGroup picture {
  text-align: center;
}
.teamCardGroup .card-body p {
  font-family: "Hero Junior";
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom:0px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}

@media screen and (max-width: 991px) {
  .teamCardGroup .card {
    margin-top:100px;
    min-width:100%!important;
  }

  .teamCardGroup .card-footer a {
    margin:0 auto;
  }
  .teamCardGroup h5 {
    text-align: center;
  }
}