.lower_title {
  text-align: center;
  padding: clamp(4.8rem, 2.286rem + 5.24vw, 7rem) 2rem;
}
.lower_title h1 {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: clamp(3rem, -0.429rem + 7.14vw, 6rem);
  font-family: var(--font-en-sans);
  line-height: 1.5;
}
.lower_title h1 span {
  font-size: clamp(1.8rem, -0.143rem + 4.05vw, 3.5rem);
  font-family: var(--font-min);
  display: block;
}
.lower_title .lead {
  font-family: var(--font-min);
  font-size: clamp(1.5rem, 0.929rem + 1.19vw, 2rem);
}