.c-heading-underline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 50px;
}
.c-heading-underline__label {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #0068b7;
}
.c-heading-underline__sub {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: #888;
}
.c-heading-underline::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: linear-gradient(to right, transparent 10%, #ddd 30%, #ddd 70%, transparent 90%);
}

.outline-footerimage {
  padding-top: 200px;
}
