.team-page {
    align-items: center;
    /* background-color: #fee7d3; */
    display: flex;
    font-family: "Montserrat", serif;
    flex-wrap: wrap;
    /* justify-content:flex-start; */
    margin-top: 4rem;
    justify-content: center;
  }

.circle {
    border-radius: 50%;
    cursor: pointer;
    height: 380px;
    left: 10px;
    pointer-events: none;
    position: absolute;
    top: 210px;
    width:380px;
  }

  .person {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 303px;
  }
  .container-tasos {
    border-radius: 50%;
    height: 312px;
    -webkit-tap-highlight-color: transparent;
    transform: scale(0.48);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 400px;
  }
  .container-tasos:after {
    /* background-color: #fee7d3; */
    content: "";
    height: 10px;
    position: absolute;
    top: 390px;
    width: 100%;
  }
  .container-tasos:hover {
    transform: scale(0.54);
  }
  .container-tasos-inner {
    clip-path: path(
      "M 390,400 C 390,504.9341 304.9341,590 200,590 95.065898,590 10,504.9341 10,400 V 10 H 200 390 Z"
    );
    position: relative;
    transform-origin: 50%;
    top: -200px;
  }

  .img {
    pointer-events: none;
    position: relative;
    transform: translateY(20px) scale(1.15);
    transform-origin: 50% bottom;
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .container-tasos:hover .img {
    transform: translateY(0) scale(1.2);
  }
  .img1 {
    left: 30px;
    top: 124px;
    width: 370px;
  }
  .img2 {
    left: -6px;
    top: 40px;
    width: 444px;
  }
  .img3 {
    left: 36px;
    top: 144px;
    width: 354px;
  }
  .img4{
    right:25px;
    top:125px;
  }

  .img5{
    right:15px;
    top:130px;
  }

  .img6{
    right:40px;
    top:65px;
  }

  .img7{
    right:20px;
    width:480px;
    top:80px;
  }

  .img8{
    right:5px;
    top:20px;
    width:480px;
  }

  .img9{
    right:30px;
    top:130px;
  }

  .img10{
    right:15px;
    top:90px;
    width:480px;
  }
  
  .divider {
    background-color: #149890;
    height: 1px;
    width: 200px;
  }
  .name {
    color: #1d5356;
    font-size: 36px;
    font-weight: 600;
    margin-top: 16px;
    text-align: center;
  }
  .title {
    color: #6e6e6e;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: italic;
    margin-top: 4px;
  }
