.c-article__box--quote {
  padding: 32px !important;
}

.c-article__box__lead-bg-gray li {
  border-bottom: 1px dotted #333;
}

.down_arrow {
  width: 50%;
  margin: 0 auto;
  display: block;
  fill: #979798;
}

.c-article__slide__image-link {
  border: 1px solid #c9c9c9;
}

.c-textIcon {
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .c-article__box--quote {
    padding: 20px !important;
  }
}