.members_with .heading-1 {
  padding-bottom: 50px;
}

.members_with {
  position: relative;
  height: 875px;
  overflow: hidden;
  color: #ffffffd9;
}

.members_with .banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.members_with .banner-gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.35) 45%,
    rgba(0, 0, 0, 0.05) 100%
  );
}

.members_with .container {
  position: relative;
  z-index: 2;
}

.m-icon-container {
  background: #f3f3f3f2;
  border-radius: 30px;
  height: 217px;
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-icon-container img {
  width: 167px;
  height: 87px;
  object-fit: cover;
}

/* RWD  */
@media (min-width: 768px) and (max-width: 1300px) {
  .members_with .heading-1 {
    padding-bottom: 0;
  }
  .m-icon-container {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .m-icon-container {
    height: 127px;
  }
  .m-icon-container img {
    width: 120px;
    height: auto;
  }
  .members_with .heading-1 {
    padding-bottom: 0;
  }
}
