.meettheteam {
  margin-bottom: 90px;
  img {
    width: 250px;
    height: 250px;
    border-radius: 30px;
  }
  p {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
  }

  .role{
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .meettheteam {
    img {
      width: 100%;
      height: auto;
    margin-bottom: 20px !important;
    }

    p{
      font-size: 16px;
    font-weight: 500;
        text-align: center;
    }

    h5{
        text-align: center;
    }

        
    .role{
        margin-bottom: 10px !important;
        text-align: center;

    }
  }
  }

