.ImageIntroduction__ImageSection h3 {
  max-width: 380px
}

.DescriptionBox li:before {
  display: none
}

.ImageIntroduction__ListText ul {
  margin-top: 5px
}

.ImageIntroduction__ListText ul>li {
  font-weight: bold
}

.ImageIntroduction__ListText ul ul li::before {
  display: none
}

.ImageIntroduction__ListText ul ul li {
  margin-bottom: 10px;
  font-weight: normal
}

.ImageIntroduction__ImageSection .button.is-rounded {
  font-size: 16px;
  font-size: 1rem;
  background: #0e3192;
  color: #fff;
  border-color: #b0b0b0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space: normal;
  height: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding: 1em;
  max-width: 400px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center
}

.ImageIntroduction__ImageSection .button.is-rounded span:first-of-type {
  padding-left: 0 !important;
  display: block;
  text-align: center;
  width: calc(100% - 20px);
  font-size: 18px;
  font-size: 1.125rem
}