.creative-team .content-wrapper {
  max-width: 1296px;
  margin: 0 auto;
}

.creative-team .main-head {
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
  padding-bottom: 80px;
}

.creative-team .main-head h2 {
  margin-bottom: 0;
  position: relative;
}

.creative-team .main-head h2 span.title-icon {
  width: 58px;
  height: 55px;
}

.creative-team .teams .team .aximo-team-data .team-description {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
  line-height: 1.6;
}

.creative-team .main-head h2 span.title-icon span {
  width: 58px;
  height: 55px;
}

.creative-team .main-head h2 span.title-icon svg {
  width: 58px;
  height: 55px;
}

.creative-team .teams {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
}

.creative-team .teams .team {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 12px;
}

.creative-team .teams .team .aximo-team-thumb {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  border: 5px solid #000000;
}

.creative-team .teams .team .aximo-team-thumb img {
  transition: all .5s;
  transform: scale(1.1);
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.creative-team .teams .team .aximo-team-thumb img:hover {
  transform: translate3d(0, 0, 0) scale(1.05);
}

.creative-team .teams .team .team-social {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: all .4s;
}

.creative-team .teams .team .team-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.creative-team .teams .team .aximo-social-icon ul li {
  margin: 0 3px;
  display: inline-block;
}

.creative-team .teams .team .aximo-social-icon ul li:first-child {
  margin-left: 0;
}

.creative-team .teams .team .aximo-social-icon ul li:last-child {
  margin-right: 0;
}

.creative-team .teams .team .aximo-social-icon ul li a {
  width: 45px; /* Adjusted size */
  height: 45px; /* Adjusted size */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* 100% is equivalent to 50% for circular border */
  transition: all .4s;
  border: 1px solid #fdfde1;
  background-color: #000000;
  text-align: center; /* Ensures the content (icon) is centered */
}

.creative-team .teams .team .aximo-social-icon ul li a svg {
  transition: all .4s;
  fill: #fdfde1;
  width: 30px; /* Adjusted size */
  height: 30px; /* Ensures the icon maintains a consistent size */
  margin: 0; /* Removes any spacing around the SVG */
  display: block; /* Ensures that SVG behaves like a block element, allowing centering */
}

  
  
}

.creative-team .teams .team .aximo-social-icon ul li a span {
  width: 2px;
  max-height: 18px;
}

.creative-team .teams .team:hover .team-social {
  opacity: 1;
  visibility: visible;
  bottom: 24px;
}

.creative-team .teams .team .aximo-team-data {
  margin-top: 25px;
  text-align: center;
}

.creative-team .teams .team .aximo-team-data h3 {
  margin-bottom: 7px;
}

.creative-team .teams .team .aximo-team-data p {
  margin-bottom: 0;
}

.creative-team .teams .team .aximo-social-icon ul li a:hover svg {
  fill: #000;
}

.creative-team .teams .team .aximo-team-data .team-description-container {
  margin-top: 10px;
  padding: 16px; /* Increased padding */
  width: 100%; /* Ensures the description container takes up the full width */
}

.creative-team .teams .team .aximo-team-data .team-description {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  max-width: 100%; /* Ensures the text area is flexible */
  height: auto; /* Adjust height automatically */
}


@media only screen and (min-width: 220px) and (max-width: 767px) {
  .creative-team .main-head h2 span.title-icon {
    display: none;
  }
  .creative-team .teams .team {
    width: 100%;
  }
  .creative-team .teams {
    gap: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 967px) {
  .creative-team .main-head h2 span.title-icon {
    display: none;
  }
  .creative-team .teams .team {
    width: 50%;
  }
  .creative-team .teams {
    row-gap: 40px;
  }
}

@media only screen and (min-width: 968px) and (max-width: 1024px) {
  .creative-team .main-head h2 span.title-icon {
    display: none;
  }
  .creative-team .teams .team {
    width: 50%;
  }
  .creative-team .teams {
    row-gap: 40px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .creative-team .main-head h2 span.title-icon {
    display: none;
  }
  .creative-team .teams .team {
    width: 50%;
  }
  .creative-team .teams {
    row-gap: 40px;
  }
}
