@media only screen and (max-width: 600px) {
  #section-dark {
    /* background-image: linear-gradient(to right top, #37323d, #0d030e); */
    background-image: url("/consulta/assets/prestadorboladao.png");
    background-size: cover;
    background-position-x: left;
    background-repeat: no-repeat;
    background-color: #8022ef;
  }
  #section-light {
    /* background-image: linear-gradient(to right top, #37323d, #0d030e); */
    background-image: url("/assets/gabs-lp/youber-section2-mobile.png");
    background-size: cover;
  }
  #section-ong {
    /* background-image: linear-gradient(to left bottom, #ffffff, #f6edff, #f4daff, #f7c4ff, #ffacff); */
    background-image: url("/assets/gabs-lp/youber-helping-mobile-d.png");
    background-size: cover;
  }
  .content-section {
    width: 100%;
    color: white;
    padding: 2em 1em;
    text-align: center;
    background-color: #8222efcc;
  }
  .app-bar {
    justify-content: space-between;
  }
  .app-bar-list {
    display: none;
    position: relative;
    background: white;
    width: 100%;
    height: 100%;
    flex-direction: column-reverse !important;
    padding: 1em 0;
  }
  .app-bar-item {
    padding: 0.5em 0rem;
  }
  .title {
    font-size: 1.9em;
    padding-bottom: 0em;
  }
  .subtitle {
    font-size: 1em;
  }
  .description {
    padding-top: 1em;
    font-size: 0.85em;
  }
  .small-text {
    font-size: 0.7em;
  }
  .bottom-options {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }
  .form-step2 {
    height: 100vh;
    width: 100%;
  }
  .steps-container {
    flex-direction: column;
  }
  .step {
    width: 100%;
    flex-direction: row;
    text-align: center !important;
    margin: 0;
    padding-left: 0;
  }
  .circle-number {
    margin-right: 1em;
    width: 50px !important;
    height: 50px !important;
  }
  .grey-section {
    padding: 1em;
  }
  .bars {
    display: flex !important;
  }
  .logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 60%;
  }
  .logo-img {
    width: 11em;
  }
  .subtitle-grey {
    margin: 0;
  }
  .content {
    padding: 0;
  }
  .form-style-1 input[type="submit"] {
    width: 100%;
    margin-left: 0.5em;
  }
  .fas.fa-times {
    display: none;
  }
  .step-title {
    margin: 0;
    padding: 0;
    text-align: left !important;
  }
  .first-title {
    margin-top: 2em;
  }
  .professional-feedback {
    height: 10em;
  }
  .label-text {
    text-align: left !important;
    margin-bottom: 15px;
  }
}
