.sticky-team-section h2, .sticky-team-section {
  position: relative;
}

.sticky-team-section .cards {
    max-width: 1240px;
    margin: auto;
  width: 100%;
  height: auto;
  position:relative;
  display: grid;
  grid-template-columns: 1fr; /* FORCE column */
  gap: 40px;
  height: 100vh;
  overflow: hidden;
}

.sticky-team-section .card {
  padding:50px;
  position: relative;
  width: 100%;
  height: 100;
  background: #1565C0;
  border-radius:16px;
  justify-content: space-between;
  gap: 2rem;
   display: flex;
  align-items: center;
  justify-content: center;
 
}

.sticky-team-section img {
  width:50%;
/*   height:100% !important; */
  border-radius:10px;
  object-fit:cover;
  object-position:top;
}
.sticky-team-section .content {
  width:50%;
  height:100%;
  display:flex;
  /* align-items:center; */
    justify-content:center;
  flex-direction:column;
}

.sticky-team-section .content h4 {
    font-size: 20px;
}
.sticky-team-section .content h3 {
    font-size: 42px;
  line-height: 48px;
  position: relative;
} 
.sticky-team-section .content p {
    font-size: 19px;
}
.sticky-team-section .header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.card:nth-child(odd) {
  background: #303F9F;
}

.spacer {
  font-size:50px;
  margin:20px;
}

/* Button */
.sticky-team-btn::before {
 content: "";
  position: absolute;
  background
}

/* filter css */
.sticky-team-filter {
  max-width: 320px;
  margin: 0 auto 50px;
}

.sticky-team-filter select {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
}
