#menu-content {
  display: none;
}

/* Mobile */
@media (max-width: 739px) {
  section {
    max-width: 739px;
  }
  .header-custom {
    display: none;
  }

  .header-mobile {
    display: flex;
    padding: 10px 20px;
  }

  .section-herro-mobile {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .margin-top-none {
    margin-top: 0;
  }
  .section-herro-mobile div {
    margin-right: 0;
  }

  .section-herro-mobile div h1 {
    font-size: 40px;
  }

  .section-herro-mobile div h1 span {
    font-size: 40px;
  }

  .section-herro-mobile div .fs-28{
    font-size: 28px;
  }

  .vector {
    width: 120px;
    height: 6px;
    border-radius: 5px;
    margin-left: 184px;
    margin-top: -14px;
  }

  .margin-left-none {
    margin-left: 0;
  }

  .margin-bottom-mobile {
    margin-bottom: 20px;
  }

  .flex-custom {
    display: flex;
    flex-direction: column;
  }

  .fs-28-mobile {
    font-size: 28px;
  }

  .fs-14-mobile {
    font-size: 14px;
  }

  .fs-40-mobile {
    font-size: 40px;
  }

  .fs-20-mobile {
    font-size: 20px;
  }

  .width-email-mobile {
    width: 300px;
  }

  .line-footer {
    width: 100%;
  }

  .margin-mobile-container {
    margin: 0 auto;
    padding: 0 20px;
  }

  .flex-mobile {
    display: flex;
    flex-direction: column;
  }

  .padding-left-mobile {
    padding-left: 20px;
  }

  .margin-top-10 {
    margin-top: 10px;
  }

  .margin-bottom-20 {
    margin-bottom: 20px;
  }

  .line-height-mobile {
    height: calc(100% - 344px);
  }

  .padding-left-mobile div .fs-20-mobile {
    font-size: 20px;
  }

  .fs-20-mobile .fs-20 {
    font-size: 20px;
  }

  div .fs-16 {
    font-size: 16px;
  }
}

/* PC */
@media (min-width: 1024px) {
  .header-custom {
    display: flex;
  }
  .header-mobile {
    display: none;
  }

  .section-herro-mobile {
    margin: 100px auto 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
