 .team-crev {
      padding: 40px 0;
      background-color: #f8f9fa;
    }
    .team-card {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: 30px;
    }
    .team-img {
      width: 40%;
      max-width: 250px;
      margin-right: 20px;
    }
    .team-img img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 8px;
    }
    .team-content {
      flex: 1;
    }
    .team-content h3 {
      font-size: 1.75rem;
      margin-bottom: 0.5rem;
    }
    .team-content h6 {
      font-size: 1.25rem;
      color: #6c757d;
      margin-bottom: 1rem;
    }
    .team-content ul {
      padding-left: 20px;
      margin-bottom: 1rem;
    }
    .team-content p {
      font-size: 1rem;
      line-height: 1.6;
    }
    .team-para {
      margin: 10px 0;
    }
    hr {
      margin: 2rem 0;
      border-color: #dee2e6;
    }
    .intro-text {
      text-align: center;
      margin-bottom: 40px;
    }
    .intro-text h4 {
      font-size: 2rem;
      margin-bottom: 1rem;
    }
    @media (max-width: 768px) {
      .team-card {
        flex-direction: column;
        align-items: flex-start;
      }
      .team-img {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
      }
      .team-content h3 {
        font-size: 1.5rem;
      }
      .team-content h6 {
        font-size: 1rem;
      }
      .team-content p {
        font-size: 0.9rem;
      }
      .intro-text h4 {
        font-size: 1.5rem;
      }
      .intro-text p {
        font-size: 0.9rem;
      }
    }
    @media (max-width: 576px) {
      .team-crev {
        padding: 20px 0;
      }
      .team-card {
        margin-bottom: 20px;
      }
      hr {
        margin: 1.5rem 0;
      }
    }

@media (min-width: 768px) {
     .mt-md-70{
        margin-top:70px;
      }
    }