.section-4-wrapper {
  /* layout */
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 120px;

  /* typography */
  text-align: center;

  /* responsive */
  @media screen and (max-width: 860px) {
    margin-top: 60px;
  }
}

.section-4-content-wrapper {
  /* layout */
  display: flex;
  flex-direction: column;
}

.section-4-title {
  /* typography */
  color: #0bade4;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;

  /* responsive */
  @media screen and (max-width: 860px) {
    font-size: 20px;
    line-height: 28px;
  }
}

.section-4-content {
  /* layout */
  padding-top: 80px;
  margin-bottom: 32px;

  /* responsive */
  @media screen and (max-width: 1400px) {
    padding-top: 0px;
    margin-bottom: 60px;
  }
}

.section-4-img {
  /* layout */
  width: 1440px;

  /* responsive */
  @media screen and (max-width: 1400px) {
    display: none;
  }
}

.section-4-img-mobile {
  /* layout */
  width: 100%;

  /* responsive */
  @media screen and (min-width: 1400px) {
    display: none;
  }
}
