.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84vw;
  max-width: 110rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-90 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100vh;
  padding-top: 5.2rem;
  padding-bottom: 5.2rem;
  -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;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.image-8 {
  width: 9rem;
  max-width: 80%;
  margin-bottom: 1rem;
}

.title_l {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.875rem;
  line-height: 1.2;
  cursor: pointer;
}

.para_s {
  margin-bottom: 0rem;
  font-size: 1.07rem;
}

.text-span-25 {
  display: inline-block;
  margin-top: 0.1rem;
}

.link-2 {
  color: #0987c4;
  text-decoration: none;
}

.body {
  font-size: 1.125rem;
  line-height: 1.4;
}

@media screen and (min-width: 1920px) {
  .image-8 {
    width: 12rem;
  }

  .title_l {
    font-size: 2.6rem;
    line-height: 1.3;
  }

  .para_s {
    font-size: 1.5rem;
  }

  .body {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 991px) {
  .title_l {
    font-size: 1.75rem;
  }

  .text-span-25 {
    margin-top: 0.3rem;
  }
}

@media screen and (max-width: 767px) {
  .para_s {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 80vw;
  }

  .div-block-90 {
    grid-row-gap: 1.15rem;
  }

  .image-8 {
    width: 7rem;
    margin-bottom: 0.5rem;
  }

  .title_l {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .para_s {
    font-size: 1rem;
  }

  .text-span-25 {
    margin-top: 0.6rem;
  }

  .body {
    font-size: 1.07rem;
  }
}

#w-node-bffab0cc-ddef-a608-ccc6-61330678fc18-a4c11d5d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

