/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
.block-intro-content {
  text-align: center;
}
.block-intro-content__subtitle {
  font-family: "commuters-sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 1.5rem;
  color: #737373;
}
@media (min-width: 768px) {
  .block-intro-content__subtitle {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.block-intro-content__title {
  margin-top: 0;
  font-family: "meno-banner", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .block-intro-content__title {
    font-size: 2.625rem;
    line-height: 3rem;
  }
}
.block-intro-content__title span {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.block-intro-content__title span:first-child::before {
  content: "";
  background-image: url(../../../images/blue-line-1.png);
  background-size: 100% 100%;
  position: absolute;
  width: 11.27875rem;
  height: 2.82625rem;
  top: -0.4375rem;
  left: -0.9375rem;
  z-index: -1;
}
@media (min-width: 768px) {
  .block-intro-content__title span:first-child::before {
    top: -0.9375rem;
    width: 17.61875rem;
    height: 4.415rem;
  }
}
.block-intro-content__title span:nth-child(2)::before {
  content: "";
  background-image: url(../../../images/blue-line-2.png);
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 0.375rem;
}
@media (min-width: 768px) {
  .block-intro-content__title span:nth-child(2)::before {
    width: calc(100% + 10px);
    height: 0.5rem;
    bottom: -0.125rem;
  }
}