.about-us-breadcrumb{
    height: 500px;
    background-image: url(../img/about-bg.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
  }
  .about-us-breadcrumb .heading{
    color: white;
    font-weight:600;
    font-size: calc(4vw + 0.1rem);
  }
  .about-us-breadcrumb p {
    color: #fff;
    font-size: 16px;
    width: 29%;
  }
  .media {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .wrapper{
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    height: 100%;
  }
  .card {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    /* width: 300px; */
  }
  .card-header img {
    width: 100%;
    object-position: top;
    height:346px;
    object-fit: cover;
}
  .card-body {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 20px;
    /* min-height: 250px; */
  }
  .tag {
    background-color: #ccc;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    padding: 2px 10px;
    text-transform: uppercase;
  }
  .tag-teal {
    background-color: #92d4e4;
  }
  .tag-purple {
    background-color: #3d1d94;
  }
  .tag-pink {
    background-color: #c62bcd;
  }
  .card-body h4 {
    font-size: 1.4rem;
    margin: 10px 0;
    line-height: 33px;
  }
  .card-body p {
    font-size:1rem;
    margin: 0 0 40px 0;
    font-weight: 500;
    color: rgb(70, 68, 68);
  }
  .user {
    display: flex;
    margin-top: auto;
  }
  .user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
  }
  .user-info h5 {
    font-size: 1.4rem;
    margin: 0;
  }
  .user-info small {
    color: #888785;
  }

  
  @media only screen and (max-width:600px) {
    .card {
      display: block;
    }
    .media {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
      }
    .card .img-container {
      height: 250px;
      width: 100%;
    }
    .card-content {
      border: 0;
      border-top: 1px solid #ccc;
    }
  }
    @media (max-width: 767.98px) {
      .about-us-breadcrumb{
        height:250px;
        background-image: url(../img/mob-about-bg.png);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
    }
    .about-us-breadcrumb .heading{
      font-size: 1.7rem;
      font-weight: 700;
      text-align: left;
    }
    .about-us-breadcrumb p {
      color: #fff;
      font-size: 16px;
      width:59%;
    }
    .mynewtmcvrbx{
      /* display: flex; */
        justify-content: space-between;
        row-gap: 20px;
        flex-wrap: wrap;
        column-gap: 20px;
       
    }
    .newteamcard {
      margin-top: 30px;
    }
    .newteamcard {
      display: flex;
      flex-direction: column;
          column-gap: 20px;
    }
    .newtmcrdbdy h4{
      margin-top: 1rem;
      font-size: 1.4rem;
    }
    .newtmcrdbdy h5{
      font-size: 1rem;
    }
    .newtmcrdbdy p{
     /* width: 70%; */
    }
    .mynewtmcvrbx img{
      height: 450px;
      width: 350px;
      object-fit: cover;
    }
    .newtmcrdbdy{
      flex-basis: 65%;
    }
    .heading{
      font-size: 1.7rem;
    }
    .name{
      font-size: 1.4rem;
    }
  }