@media(max-width: 1440px) {
  .help-wrapper .breadcrums {
    padding-left: 40px;
  }

  .help-wrapper .txt-help-box h3{
    font-size: 22px;
  }

  .help-wrapper .breadcrums{
    max-width: 1180px;
  }
}


@media(max-width: 1100px) {
  .help-wrapper .help-header input {
    padding-left: 60px;
    background-position-x: 5px;
  }

  .help-wrapper .help-header h1 {
    font-size: 35px;
  }

  .help-wrapper .help-header {
    gap: 20px;
    padding-bottom: 80px;
  }

  .help-wrapper .help-header input {
    width: 40%;
  }
}


@media(max-width: 900px) {
  .help-wrapper .help-body {
    column-gap: 100px;
    max-width: 700px;
  }

  .help-wrapper .help-header h1 {
    font-size: 30px;
  }

  .help-wrapper .help-header input {
    width: 45%;
    height: 45px;
    background-position-y: -7px;
  }
}


@media(max-width: 720px) {
  .help-wrapper .breadcrums {
    padding-left: 20px;
  }

  .help-wrapper .txt-help-box p {
    font-size: 14px;
  }

  .help-wrapper .txt-help-box h3 {
    font-size: 20px;
  }

  .help-wrapper .help-body {
    row-gap: 50px;
    column-gap: 10px;
    max-width: 610px;
  }

  .help-wrapper .help-header input {
    width: 50%;
  }

  .help-wrapper .help-header h1 {
    font-size: 28px;
  }
}


@media(max-width: 610px) {
  .help-wrapper .help-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 40px;
    max-width: none;
  }

  .help-wrapper .txt-help-box {
    max-width: 100%;
    margin-left: 0px;
    align-self: center;
  }

  .help-wrapper .help-header input {
    margin: 0px;
    padding-left: 50px;
    background-position-x: -1px;
    width: 90%;
  }

  .help-wrapper .help-header h1 {
    font-size: 25px;
  }
}


@media(max-width: 480px) {
  .help-wrapper .main-content {
    padding: 30px 0 50px 0;
  }

  .help-wrapper .help-header,
  .help-wrapper .help-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .help-wrapper .help-header input {
    width: 100%;
  }

  .help-wrapper .txt-help-box {
    max-width: 100%;
  }

  .help-wrapper .txt-help-box h3 {
    font-size: 18px;
  }

  .help-wrapper .help-body h2 {
    margin-bottom: 20px;
  }

  .help-wrapper .help-body {
    row-gap: 25px;
  }
}
