@media (min-width: 992px) {
  .about-content {
    margin: 20px 150px;
  }

  .about-illust {
    position: absolute;
    top: 0px;
    right: -150px;
  }
  .about-illust img {
    width: 500px;
  }

  .description-container {
    margin: 0px 150px;
  }

  .how-to-content {
    background-color: #fff4d8;
    width: 80%;
    margin: 0 auto;
    box-shadow: var(--bs-box-shadow-lg) !important;
  }
}
