.paragraph--type--title {
  max-width: 940px;
  margin: 80px auto;
}
.paragraph--type--title hr {
  width: 100px;
  height: 4px;
  margin: 60px auto 0 auto;
  border-color: transparent;
  background-color: #EC0928;
}
.paragraph--type--title .paragraph--type--title--lines .paragraph-title {
  text-align: center;
  overflow: hidden;
}
.paragraph--type--title .paragraph--type--title--lines h2 {
  position: relative;
  display: inline-block;
}
.paragraph--type--title .paragraph--type--title--lines h2:before, .paragraph--type--title .paragraph--type--title--lines h2:after {
  content: "";
  display: block;
  width: 1000px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #c1c1c1;
}
.paragraph--type--title .paragraph--type--title--lines h2:before {
  right: calc(100% + 15px);
}
.paragraph--type--title .paragraph--type--title--lines h2:after {
  left: calc(100% + 15px);
}
@media (max-width: 540px) {
  .paragraph--type--title .paragraph--type--title--lines h2 {
    width: 75%;
  }
}
.paragraph--type--title .field--name-field-large-title {
  margin-bottom: 30px;
}
.paragraph--type--title .field--name-field-large-title h2 {
  font-size: 62px;
  text-align: center;
}
@media (max-width: 768px) {
  .paragraph--type--title .field--name-field-large-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .paragraph--type--title {
    margin: 40px auto;
  }
}

.paragraph-title {
  margin-bottom: 30px;
}
.paragraph-title h2 {
  text-align: center;
  font-size: 24px;
}
@media (min-width: 768px) {
  .paragraph-title h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .paragraph-title h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .paragraph-title h2 {
    font-size: 32px;
  }
}
.paragraph-title__field-description {
  color: #606060;
  font-size: 14px;
  text-align: center;
}
.paragraph-title__field-description a {
  font-weight: 700;
  color: #606060;
  text-decoration: none;
}

/*# sourceMappingURL=paragraph-title.css.map */
