.section.saas-team-bio-1 {
  padding: 60px 0;
}

.saas-team-bio-1 .page-center {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.saas-team-bio-1 .hidden {
  display: none;
  visibility: hidden;
}

.saas-team-bio-1 .team-members {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.saas-team-bio-1 .team-member {
  margin: 30px 0;
  width: 29.23728813559322%;
  text-align: center;
  cursor: default;
}

.saas-team-bio-1 .team-member > a {
  max-width: 232px;
  display: block;
  margin: 0 auto;
}

.saas-team-bio-1 .tm-image {
/*  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 20px;
  display: block; */

  width: 100% !important;  /* Set a fixed width */
  height: 100% !important; /* Set the same height to make it square */
  border-radius: 0 !important; /* Ensure no rounding */
  clip-path: none !important; /* Prevents shape clipping */
  overflow: visible !important;
  background-size: cover;
}
  
 }

.saas-team-bio-1 .tm-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%; /* height / width * 100 */
}

.saas-team-bio-1 .team-member h3,
.saas-tm-bio h3 {
  font-size: 21px;
  line-height: 31px;
  margin: 0 0 4px;
  font-weight: 700;
  color: #000;
}

.saas-team-bio-1 .team-member h3 a {
  color: #000;
}

.saas-team-bio-1 .tm-meta {
  font-size: 16px;
  line-height: normal;
  margin: 7px 0 15px;
  font-weight: 700;
  letter-spacing: 0;
}

.saas-tm-bio {
  overflow: auto;
  background: #fff;
  padding: 40px;
  width: 600px;
  max-width: 100%;
  border-radius: 0;
}

.saas-team-bio-1 .tm-social i {
  display: inline-block;
  font-size: 23px;
}

.saas-team-bio-1 .tm-social a:not(:first-child) i {
  margin-left: 5px;
}

.saas-team-bio-1 .tm-social i {
  background: none;
  color: #000;
}

.saas-team-bio-1 .tm-social a {
  font-size: 20px;
  margin: 0 5px;
  display: inline-block;
  color: #000;
}

.saas-team-bio-1 .header-content {
  text-align: center;
  margin: 0 0 50px;
}
.saas-team-bio-1 .header-content h2 {
  color: #000;
  line-height: 43px;
  font-size: 36px;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  margin: 0 0 5px;
}
.saas-team-bio-1 .header-content h3 {
  font-weight: 300;
  color: #000;
  font-size: 21px;
  line-height: 30px;
  max-width: 645px;
  margin: 0 auto;
}
.saas-team-bio-1 .all-careers-btn-section {
  text-align: center;
}
.saas-team-bio-1 .all-careers-btn {
  display: inline-block;
  padding: 30px;
  max-width: 525px;
  margin-top: 40px;
  text-align: left;
}

.saas-team-bio-1 .all-careers-top {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .saas-team-bio-1 .team-member {
    width: 46.927966101694915%;
  }
}

@media (max-width: 599px) {
  .saas-team-bio-1 .team-member {
    width: 100%;
  }
}