@media (max-width: 767px) {
  .guide-banner {
    min-height: 350px;
  }

  .guide-banner__inner {
    min-height: 350px;
    padding: 35px 18px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
  }

  .guide-banner__content {
    max-width: 100%;
    text-align: center;
    z-index: 2;
  }

  .guide-banner__content h2 {
    font-size: 23px;
    line-height: 1.12;
  }

  .guide-banner__content h2 span {
    display: inline-block;
    padding: 2px 7px;
    border-radius: 4px;
    color: #fff;
    background: linear-gradient(90deg, #00a99d 0%, #b8d92b 100%);
  }


  .guide-banner__visual {
    width: 250px;
    z-index: 2;
  }

  .icon-evole-logo {
    width: 30%;
    height: auto;
  }

  .icon-evole-logo svg {
    width: 150px;
    height: unset;
  }
}
