.list-section {
  max-width: 600px;
  margin-top: 30px;
}

.list-point {
  margin-bottom: 4px;
  font-size: 14px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.text-block {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
}

.text-block-2 {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
}

.text-block-3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .body {
    padding-top: 23vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-right: 10%;
    padding-left: 10%;
  }

  .text-block-3 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-top: 10vh;
    padding-right: 5%;
    padding-left: 5%;
  }

  .text-block {
    margin-bottom: 50px;
  }

  .text-block-2 {
    font-weight: 500;
  }
}