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

@media (max-width: 767px) {

  #webcommander-page .trainer-section .main-heading{
    font-size: 28px;
    margin-bottom: 10px;
  }

  #webcommander-page .trainer-section .sub-heading p{
    font-size: 15px;
    margin-bottom: 16px;
  }

  #webcommander-page .trainer-section .info-text p{
    font-size: 15px;
    margin-bottom: 24px;
  }
  #webcommander-page .trainer-section .sub-heading p{
      font-size: 15px;
  }
  
  #webcommander-page .trainer-section .info-text p{
      font-size: 18px;
  } 
   #webcommander-page .trainer-section .team-member-card{
    width: 100%;
}
    #webcommander-page .trainer-section{
    margin: 20px 0 40px;
    padding: 0 15px;
}

}


