.whole_team .container {
  padding-bottom: 65px;
  border-bottom: 1px solid #ccc;
}

.whole_team p {
  max-width: 1077px;
  color: var(--Primary, #1e3639);
  font-size: 16px;
  font-weight: 500;
}

.team__col-wrap {
  padding: 0 30px;
}

.team__card {
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 18px;
  border: 1px solid var(--Secondary, #d8c3a5);
}

.team__card:hover {
  transform: translateY(-10px);
}

.team__card-image {
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.team__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team__card-title {
  font-size: 18px;
}

.team__card-content {
  color: var(--Primary, #1e3639);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 2px;
}

@media (max-width: 768px) {
  .whole_team .container {
    padding: 0 0 65px 0 !important;
  }

  .team_items .container {
    padding: 0 !important;
  }

  .team__col-wrap {
    padding: 0 15px 0 30px;
  }
}
