.sub_title_blue {
  color: #007FC5;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sub_title_gray {
  color: #BFBFBF;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sub_title_white {
  color: #fff;
  background: #007FC5;
  border-radius: 30px;
  padding: 3px 20px;
  margin: 10px 0 20px;
  display: inline-block;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sub_title_white {
    font-size: 13px;
    padding: 5px 10px;
  }
}

.mini_title {
  font-weight: bold;
}

.sml {
  font-size: 16px;
  padding-left: 0.5em;
}

.lower_text {
  background: rgba(255, 255, 255, 0.8);
}
.lower_text p {
  font-size: 14px;
}