:root {
  --heading-color: #0A2A40;
  --para-color: #646464;
  --textover-color: #00A0F9;
  --bg-alt: #F5FBFE;
  --white: #fff;
  --black: #000;
  --anchor-color: #2EB7E5;
  --footer-border-color: #DADADA;
  --upper-nav-bg: #003A5A;
  --dropdown-border-color: #F2F2F2;
  --sml-menu-border-color: #EAEAEA ;
}

.meet-our-team-section .mot-each {
  margin-bottom: 32px;
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}
.meet-our-team-section .mot-each img {
  margin-bottom: 12px;
}
.meet-our-team-section .mot-each h3 {
  margin-bottom: 8px;
}
.meet-our-team-section .slick-list {
  margin: 0 -6px;
}
.meet-our-team-section .arrow-container {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}
.meet-our-team-section .arrow-container .first-slider-arrow {
  transform: scaleX(-1);
}
.meet-our-team-section .arrow-container img {
  cursor: pointer;
}

@media (min-width: 992px) {
  .meet-our-team-section .mot-each {
    margin-left: 16px;
    margin-right: 16px;
  }
  .meet-our-team-section .slick-list {
    margin: 0 -16px;
  }
}