.team-image img{
    border-radius: 15px;
    height: 500px;
    object-fit: cover;
}

.img-content-team {
    background-color: transparent;
    background-image: linear-gradient(180deg, #E5E5E5 0%, #E5E5E5 100%);
    border-style: solid;
    border-width: 1px;
    border-color: #818181;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

.img-content-team h3 {
    font-family: var(--font-osw);
    font-size: 30px;
    font-weight: 600;
}

.img-content-team span {
    font-family: var(--font-pop);
    font-weight: 500;
}

.img-content-team p {
    font-family: var(--font-pop);
    margin-bottom: 0;
    margin-top: 5px;
}

.team-social-media {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    left: 90%;
}

.team-social-media ul li {
    background: #CFAF6E;
    margin-bottom: 10px;
    height: 30px;
    width: 30px;
    font-size: 15px;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-social-media ul li a i {
  color: #000;
}

@media (max-width: 1024px) {
  .team-image {
    margin-bottom: 20px;
  }

  .team-all .col-lg-4:last-child .team-image {
    margin-bottom: 0;
  }

  .team-image img{
    width: 100%;
  }

  .team-social-media {
    top: 25%;
  }
  
  .img-content-team h3 {
      font-size: 26px;
  }
  
  .team-social-media ul li {
      height: 25px;
      width: 25px;
  }
}
.team-custom{
    height:100px;
    overflow-y:auto;
}