.hp_slider {
  padding: 3rem 0 0 0;
  background-color: var(--red-color);
}
.hp_slider .divider {
  margin-top: 2rem;
}
.hp_slider .section_headline {
  text-align: center;
  padding: 1rem;
}
.hp_slider .section_headline h2 {
  font-family: "Poetsen One", display;
  color: var(--text-color-invert);
  font-size: clamp(2.2rem, 5vw, 4rem);
  text-align: center;
  margin: 0;
  font-weight: 600;
}
.hp_slider .section_headline > p {
  font-family: "Ubuntu", sans-serif;
  color: var(--text-color-invert);
  max-width: 640px;
  margin: 0 auto 2rem auto;
}
.hp_slider_item {
  padding: 1rem;
  border-radius: 5px;
  width: 180px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  flex-direction: column;
  text-decoration: none;
}
.hp_slider_item b {
  font-size: 1.5rem;
  color: var(--text-color-invert);
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  margin: 0;
  text-decoration: none;
}
.hp_slider_item span {
  color: var(--text-color-invert);
  font-family: "Ubuntu", sans-serif;
  margin: 0;
  margin-top: 1rem;
  text-decoration: none;
}
.hp_slider_item a {
  margin-top: auto;
  text-decoration: none;
}
.hp_slider .slider_wrap::before {
  content: "";
  display: block;
  height: 40px;
  padding-left: calc((100vw - 1400px) / 2);
}
@media screen and (max-width: 640px) {
  .hp_slider .section_headline h2 {
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 375px) {
  .hp_slider_item {
    width: 160px;
  }
}
