/* Media query for DESKTOP size devices: */

@media screen and (min-width: 769px) {
  main {
    background-image: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 150px;
    margin-top: 50px;
  }
  .guide_div_main {
    background-image: url("../image/banner.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 350px;
    padding-top: 200px;
    margin-bottom: 50px;
  }
  search {
    /* margin-top: 200px; */
    margin-right: 40px;
  }
  .guide_search {
    width: 55%;
    border-radius: 20px;
    height: 40px;
    padding-right: 10px;
  }
  search h1 {
    text-align: right;
    font-size: 1rem;
    color: white;
  }
  .help_list {
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 70vw;
  }
  .help_list li {
    list-style-type: none;

    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: right;
    margin-bottom: 20px;
    min-width: 250px;
  }
  .help_list li a {
    text-decoration: none;
  }

  .help_list li img {
    width: 40px;
    border-radius: 20px;
    margin-left: 10px;
  }
  .sec_help {
    width: 100%;
    padding: 10px;
    padding-left: 100px;
    padding-right: 100px;
    border-radius: 50px;
  }

  .sec_help h2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: rgb(2, 6, 75);
    font-size: 1.3rem;
    font-weight: bold;
  }
  .df-img-help {
    width: 50vw;
  }
  .df-img-help-vertical {
    width: 20vw;
  }
  .sec_help h3 {
    text-align: right;
    font-size: 1.2rem;
  }
  .sec_help h2 p {
    margin-top: 10px;
  }
  .sec_help h2 img {
    width: 70px;
    border-radius: 35px;
    margin-left: 20px;
  }
  .sec_help ol li {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .sec_help ol li p {
    margin-right: 20px;
    margin-top: 10px;
  }
  .sec_help ol li div {
    background-image: url("../image/bullet.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-width: 127px;
    height: 62px;
    padding: 20px;
    padding-right: 32px;
    color: wheat;
  }
  .sec_help article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sec_help article h3 {
    margin-top: 100px;
  }
  .sec_help article ol {
    margin-bottom: 100px;
  }
  .sec_help article img {
    margin-top: 50px;
    margin-bottom: 50px;
    align-self: center;
  }
  .sec_help article p {
    text-align: justify;
  }
  .sec_help article .p_description {
    padding-right: 25px;
    margin-top: 20px;
    text-indent: 1rem;
  }
  h4 {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
    margin-top: 0.6rem;
  }
}

/* Media query for MOBILE size devices: */
@media screen and (max-width: 768px) {
  main {
    background-image: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 5px;
    margin-top: 10px;
    width: 100%;
  }
  .guide_div_main {
    background-image: url("../image/banner.webp");
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
    padding-top: 200px;
    margin-bottom: 50px;
  }
  search {
    margin-right: 10px;
  }
  .guide_search {
    width: 90%;
    border-radius: 20px;
    height: 40px;
    padding-right: 10px;
  }
  search h1 {
    text-align: right;
    font-size: 1rem;
    color: white;
  }
  .help_list {
    padding-top: 10px;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  .help_list li {
    list-style-type: none;

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: right;
    margin-bottom: 20px;

    width: 100%;
  }
  .help_list li a {
    text-decoration: none;
  }

  .help_list li img {
    width: 40px;
    border-radius: 20px;
    margin-left: 10px;
  }
  .df-img-help {
    width: 100%;
  }
  .df-img-help-vertical {
    width: 80vw;
  }
  .sec_help {
    width: 95%;
    padding: 5px;

    border-radius: 50px;
  }
  .sec_help img {
    width: 100%;
  }
  .sec_help h2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: rgb(2, 6, 75);
    font-size: 1.3rem;
    font-weight: bold;
  }
  .sec_help h3 {
    text-align: right;
    font-size: 1.2rem;
  }
  .sec_help h2 p {
    margin-top: 10px;
  }
  .sec_help h2 img {
    width: 70px;
    border-radius: 35px;
    margin-left: 20px;
  }
  .sec_help ol li {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .sec_help ol li p {
    margin-right: 20px;
    margin-top: 10px;
  }
  .sec_help ol li div {
    background-image: url("../image/bullet.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-width: 50px;
    height: 62px;
    padding: 5px;
    padding-right: 5px;
    color: wheat;
  }
  .sec_help article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sec_help article h3 {
    margin-top: 100px;
  }
  .sec_help article ol {
    margin-bottom: 100px;
    padding: 0;
  }
  .sec_help article img {
    margin-top: 50px;
    margin-bottom: 50px;
    align-self: center;
    width: 100%;
  }
  .sec_help article p {
    text-align: justify;
  }
  .sec_help article .p_description {
    padding-right: 25px;
    margin-top: 20px;
    text-indent: 1rem;
  }

  h4 {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
    margin-top: 0.6rem;
  }
}
