#section_1 {
  height: 140px;
}

#section_2 {
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background: var(--first);
  padding: 0 5%;
}

#section_3 {
  height: 140px;
}

@media only screen and (max-width: 600px) {
  #section_2 {
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background: var(--first);
    padding: 0 5%;
  }

  #section_3 {
    height: 5dvw;
  }
}