  .main {
      width: 100%;
      position: relative;
      user-select: none;
      min-height: 60vh;
      margin: 0;
      padding: 20px 15vw;
  }
  
  .main-faq {
      border-radius: 8px;
      background: white;
      padding: 10px 20px;
      cursor: pointer;
      position: relative;
      box-shadow: 2px 2px 12px -2px #00000022;
  }
  
  .opener {
      position: absolute;
      right: 20px;
      top: 50%;
      height: 24px;
      width: auto;
      transform: translateY(-50%);
      transition: all .3s cubic-bezier(0, .66, .18, .99);
  }
  
  .disabled_form {
      filter: grayscale(1);
      opacity: 0.5;
      pointer-events: none !important;
      transition: all .3s cubic-bezier(0, .66, .18, .99);
  }
  
  .betn{
      margin:0 auto !important;
      width:fit-content;
      text-align:center;
      padding:5px 20px;
      
  }
  
  .inner-content {
      max-height: 0px;
      transition: all .3s cubic-bezier(0, .66, .18, .99);
      overflow: hidden;
      margin: 20px;
  }
  
  .active .inner-content {
      max-height: 100px;
  }
  
  .active .opener {
      transform: translateY(-50%) rotate(45deg);
  }
  
  .active .opener svg path {
      fill: red !important;
  }
  
  .sec_cont {
      width: 100%;
      min-height: 50vh;
      height: auto;
      padding: 20px;
      background: #eee;
      font-family: Poppins;
  }
  
  .main h1 {
      margin-bottom: 50px;
      font-size: 5em;
      color: #833589;
  }
  
  @media only screen and (max-width:968px) {
      .main {
          width: 100%;
          position: relative;
          min-height: 60vh;
          margin: 0;
          padding: 20px;
      }
  }
  /*new Code starts here*/
  
  .team_section {
      padding: 30px 40px;
      font-family: Poppins;
  }
  
  .teacher_image {
      width: 100%;
      height: 100%;
      min-height: 300px;
      background-size: cover;
      background-position: center;
      border-radius: 20px;
      position: relative;
      display: block;
      background-repeat: no-repeat;
  }
  
  .card_holder {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-content: center;
      flex-wrap: nowrap;
      width: 20%;
      position: relative;
      min-height: 200px;
      height: auto;
      padding: 10px;
      box-shadow: 2px 2px 6px -2px #00000044;
      border-radius: 20px;
      transform: scale(1);
      background: white;
      transition: all .3s cubic-bezier(0, .66, .18, .99);
  }
  
  .content {
      width: 100%;
      padding: 10px;
      display: flex;
      justify-content: center;
      flex-direction: column;
  }
  
  .disabled_form {
      pointer-events: none;
      filter: grayscale(1);
      opacity: 0.5;
  }
  
  .mentor_hold {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: stretch;
      align-content: center;
      padding: 0px;
      position: relative;
  }
  
  .col1,
  .col2 {}
  
  .col1 {
      width: 50%;
      flex: 1;
  }
  
  .col1 img {
      width: 30vw;
      object-fit: contain;
      object-position: left;
      position: relative;
  }
  
  .main {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
  }
  
  .cred {
      width: 100%;
      padding: 0;
      text-align: center;
      color: white;
      background-color: var(--brand-col2);
      position: relative;
  }
  
  .mentorcontent h1 {
      margin: 5px 0;
      line-height: 32px;
  }
  
  .col2 {
      padding: 20px 30px;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
  }
  
  .mentorcontent {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
  }
  
  .mentorcontent h2 {
      color: var(--brand-col1);
  }
  
  .mentorcontent .pt {
      margin: 0;
      font-weight: 600;
  }
  
  .mentorcontent p {
      font-size: 12px;
  }
  
  .col1 {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: stretch;
      align-content: center;
      width: auto;
  }
  
  .cards {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: stretch;
      align-content: center;
      height: auto;
      gap: 20px;
      padding: 20px 0;
  }
  
  .cards h2,
  .cards p {
      padding: 0;
      margin: 2px 0;
  }
  
  .content h2 {
      color: #833589;
  }
  
  .content p,
  .content span {
      font-size: 12px;
  }
  
  .card_holder:hover {
      transform: scale(1.1);
      z-index: 99;
  }
  
  .team_title {
      width: 100%;
      line-height: 48px;
      text-align: center;
      color: #833589;
      font-size: 42px;
  }
  
  .extra {
      background-size: 120%;
      background-position: top center;
  }
  
  .loc-wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: flex-start;
      align-items: center;
      gap: 20px;
  }
  
  .loc-wrapper p {
      margin: 0 !important;
  }
  
  .sec_cont.points {
      width: 80vw;
      padding: 80px 50px;
      margin: 0 auto;
      display: flex;
      align-items: stretch;
      flex-direction: column;
  }
  
  .pt_hold h1 {
      color: var(--brand-col1);
  }
  
  .pt_hold {
      width: 100%;
      height: auto;
      display: flex;
      border: 1px solid #ddd;
      padding: 20px 40px;
      border-radius: 20px;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  
  .pt_hold p {
      background-color: white;
      border: 1px solid var(--brand-col2);
      box-shadow: 4px 4px 12px -5px #00000022;
      padding: 20px 40px;
      border-radius: 20px;
  }
  
  .points {
      background-color: #fefefe !important;
  }
  
  @media only screen and (max-width:968px) {
      .card_holder {
          width: 30%;
      }
      .navbar-toggle {
          display: none;
      }
      .mentor_hold {
          flex-direction: column;
      }
      .mentor_hold img {
          width: 100%;
      }
      .mentorcontent h1 {
          line-height: 42px;
      }
  }
  
  @media only screen and (max-width:768px) {
      .card_holder {
          width: 90%;
      }
  }