.newcomers-delivery {
  padding-top: 100px;
  position: relative;

  @media screen and (max-width: 768px) {
    padding-top: 60px;
  }

  &::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 240px;
    left: 0;
    top: 100%;

    background: #FFFFFF;
    z-index: 1;
    clip-path: ellipse(63% 68% at 59% 14%);

    @media screen and (max-width: 768px) {
      height: 100px;
    }
  }

  .newcomers-delivery__image-wrapper {
    max-width: 480px;
    margin: 0 auto 24px;
    padding-top: 24px;

    .newcomers-delivery__flow-image {
      width: 100%;
      height: auto;
      display: block;
    }
  }

  .newcomers-delivery__description {
    max-width: 600px;
    margin: 0 auto;

    p {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 150%;
      text-align: center;
      color: #000000;
      margin: 0;

      @media screen and (max-width: 768px) {
        text-align: left;
      }
    }
  }
}