.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #ffd1d1;
  }

  .heading {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-weight: 600;
    display: block;
    position: static;
  }

  .text-block, .text-block-2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  }

  .button {
    width: 80%;
    height: 70px;
    min-height: 0;
    direction: ltr;
    color: #000;
    text-align: center;
    object-fit: fill;
    background-color: #efd156;
    border: 1px solid #000;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    overflow: visible;
  }

  .container {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    display: flex;
  }

  .image {
    align-self: center;
    margin-left: auto;
    display: block;
  }

  .container-2 {
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text {
    font-weight: 800;
  }

  .section {
    background-color: #fff;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .section-2 {
    margin-top: 20px;
  }

  .container-4 {
    margin-bottom: 10px;
  }

  .section-3 {
    margin-top: 100px;
  }

  .list {
    white-space: normal;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
  }

  .list-item {
    column-count: auto;
  }

  .container-5 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
