/*--Team Layout Eight Starts--*/
.team-layout-eight{
    /* padding: 70px 0px; */
    display: flex;
    justify-content: center;
  }
  .team-layout-eight .card{
    border: unset;
    border-radius: unset;
    /* background-color: #F1F9FF; */
  }
  .team-layout-eight .card .team-image-round{
    text-align: center;
  }
  .team-layout-eight .card-body{
    text-align: center;
  }
  .team-layout-eight .card-title a{
    font-size: 24px;
    line-height: 30px;
    color: var(--team-text-color );
    text-decoration: none;
    margin-bottom: 0px;
  }
  .team-layout-eight .card-text{
    padding-top: 0px;
    text-align: center;
    padding-bottom: 5px;
  }
  .team-layout-eight .contact-information ul li a{
    justify-content: center;
    color: gray;
  }
  .team-layout-eight .card-title{
    font-size: 22px;
    line-height: 36px;
    color: #2D3134;
    font-family: 'Inter18pt-SemiBold', sans-serif;
  }
  .team-layout-eight .card-body h5{
    font-size: 14px;
    line-height: 26px;
    color: #2D3134;
    font-family: 'Figtree-Bold', sans-serif;
    margin-bottom: 0px;
  }
  .team-image-round img{
    border-radius: 0px;
     width: 300px;
  }
  .team-layout-eight .social-media-icons-round a{
    margin-right: 4px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--team-social-icon-color);
    transition: all 0.3s;
  }
  .team-layout-eight .social-media-icons-round a:hover{
    background: #2186CF;
    /* transition: all 0.3s ease 0s; */
  }
  .team-layout-eight .social-media-icons-round a:hover i{
    color: white;
  }
  .team-layout-eight .twitter-icon:hover{
    background: var(--team-tw-hover-color);
    /* transition: all 0.3s ease 0s; */
  }
  .team-layout-eight .linkedin-icon:hover{
    background: var(--team-in-hover-color);
    /* transition: all 0.3s ease 0s; */
  }
  .team-layout-eight .envelope-icon:hover{
    background: var(--team-envelope-hover-color);
    /* transition: all 0.3s ease 0s; */
  }
  .team-layout-eight .social-media-icons-round a i{
    transition: all 0.3s;
  }
  .team-layout-eight .social-media-icons-round{
    display: flex;
    justify-content: center;
  }
  .team-layout-eight .social-media-icons-round a i{
    font-size: 15px;
    color: #2D3134;
  }
  /*--Team Layout Eight Ends--*/


  
@media (max-width: 992px) {
    .team-layout-eight{
        padding: 35px 0px;
    }
   
    .team-left-image img{
      width: 100%;
    }
    .team-content::after{
      content: unset;
    }
  .team-content{
    width: 100%;
  }
  }
  @media (max-width: 620px) {
    .team-left-image img {
      width: 100%;
    }

    .team-layout-eight{
      padding: 35px 0px 0px 0px;
    }

    .team-content::after {
      transform: rotate(-45deg);
      top: -17px;
      left: 45%;
    }
    .team-content-left::after{
      content: unset;
    }
  }