.trainer-section {
  padding: 0 60px;
  margin: 60px 0 100px;
}
.trainer-section .main-container {
  max-width: 1300px;
  text-align: center;
  margin: 0 auto;
}
.trainer-section .team-member-container {
    gap: 60px 40px;
}
.trainer-section .main-heading {
    font-family: Manrope;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 0 0 10px;
}
.trainer-section .sub-heading p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  margin: 0;
}
.trainer-section .cta-button.outlined-btn {
    border: 1px #EE3E35 solid;
    background: none;
    color: #000;
    font-weight: 600;
    min-width: 186px;
    display: inline-block;
    padding: 6px 36px;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    text-decoration: none;
    border-radius: 37px;
    transition: background 0.3s 
ease;
    text-align: center;
    min-height: 38px;
}
.trainer-section .cta-button.outlined-btn:hover {
    border: 1px #EE3E35 solid;
    background: #EE3E35;
    color: #ffffff;
}
.trainer-section .btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.trainer-section .team-memeber-img-wrapper {
    width: 100%;
    height: 320px;
    margin: 0 auto 20px;
}
.trainer-section .team-memeber-img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.trainer-section .team-memeber-name {
    font-family: "Manrope", ui-sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    color: #000;
}
.trainer-section .team-member-container {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 40px;
    justify-content: center;
    margin-top: 60px;
}
.trainer-section .team-memeber-designation {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: rgba(0, 0, 0, .6);
    margin: 0;
}
.trainer-section .team-member-card {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(25% - 30px);
}
@media (max-width: 1366px) {
    .trainer-section .main-heading {
        font-size: 45px;
        margin: 0 0 20px;
    }
    .trainer-section {
        padding: 0 40px;
    }
}
@media (max-width: 991px) {
    .trainer-section .team-member-card {
        width: calc(50% - 20px);
    }
    
    .trainer-section .team-memeber-img-wrapper {
        margin: 0 auto 15px;
    }
    
    .trainer-section .team-member-container {
        gap: 40px;
        margin-top: 30px;
    }
    .trainer-section {
        padding: 0 20px;
        margin: 40px 0 60px;
    }
    .trainer-section .main-heading {
        font-size: 38px;
        margin: 0 0 20px;
    }
        
}

@media (max-width: 767px) {

  .trainer-section .main-heading {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .trainer-section .sub-heading p {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .trainer-section .info-text p {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .trainer-section .sub-heading p {
      font-size: 15px;
  }
  
  .trainer-section .info-text p {
      font-size: 18px;
  } 
   .trainer-section .team-member-card {
    width: 100%;
}
    .trainer-section {
    margin: 20px 0 40px;
    padding: 0 15px;
}

}


