.contact-channels-section {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50%);
  padding-bottom: 6rem;
  margin-bottom: 0;
}

.contact-channels-green-bg {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0EB69F;
  z-index: 0;
}

@media (max-width: 767px) {
  .contact-channels-green-bg {
    top: -10%;
  }
}


.contact-channels {
  width: 100%;
  position: relative;
  z-index: 1;
}

.contact-channel-card {
  min-height: 0;
}

.contact-channel-icon {
  flex-shrink: 0;
}

.contact-channel-text {
  word-break: break-word;
}
