.paragraph-image {
  display: block;
  vertical-align: top;
  background-color: #eceef0;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
}
.paragraph-image img {
  margin: 0 auto;
}
.paragraph-image.white-background {
  background-color: #ffffff;
}
@media (min-width: 1360px) {
  .paragraph-image {
    padding: 20px 195px 32px 195px;
  }
}
@media (max-width: 1360px) {
  .paragraph-image {
    padding: 20px 195px 32px 195px;
  }
}
@media (max-width: 1024px) {
  .paragraph-image {
    padding: 5px 65px 80px 65px;
  }
}
@media (max-width: 512px) {
  .paragraph-image {
    padding: 5px 33px 40px 33px;
  }
}
.paragraph-image > .field--name-field-title {
  font-family: "Quicksand CUF", sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  color: #20394a;
  max-width: 650px;
  margin: 85px auto 0;
  position: relative;
  padding-bottom: 30px;
}
.paragraph-image > .field--name-field-title:before {
  display: inline-block;
  width: 4px;
  height: 50px;
  top: -70px;
  left: 50%;
  position: absolute;
  content: " ";
  background-color: #20394a;
  border-radius: 10px;
  z-index: 20;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 800px) {
  .paragraph-image > .field--name-field-title:before {
    height: 38px;
    top: -60px;
  }
}
.paragraph-image .title-image .field--name-field-title {
  font-family: "Quicksand CUF", sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  color: #20394a;
  max-width: 650px;
  margin: 85px auto 0;
  position: relative;
  padding-bottom: 30px;
}
.paragraph-image .title-image .field--name-field-title:before {
  display: inline-block;
  width: 4px;
  height: 50px;
  top: -70px;
  left: 50%;
  position: absolute;
  content: " ";
  background-color: #20394a;
  border-radius: 10px;
  z-index: 20;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 800px) {
  .paragraph-image .title-image .field--name-field-title:before {
    height: 38px;
    top: -60px;
  }
}
.paragraph-image .title-image.title-blue .field--name-field-title {
  color: #00a2ce;
}
.paragraph-image .title-image.title-blue .field--name-field-title:before {
  background-color: #00a2ce;
}

/*# sourceMappingURL=p-image.css.map */
