/* Case study hero */
.case-study-hero {
  padding: 80px 0 50px 0;
  background-color: #f7f6ff;
}
.case-study-hero .text {
  text-align: center;
}
.case-study-hero .text h1 {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .case-study-hero .text h1 {
    font-size: 32px;
  }
}
.case-study-hero .text p {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 16px auto;
}

/* Case study text */
.case-study-text {
  padding: 50px 0;
}
.case-study-text .text {
  font-size: 20px;
}
.case-study-text .text p {
  margin-bottom: 30px;
  font-size: 20px;
}
.case-study-text .text p:last-of-type {
  margin-bottom: 0;
}
.case-study-text .text ul, .case-study-text .text ol {
  margin-bottom: 30px;
}
.case-study-text .text h1, .case-study-text .text h2, .case-study-text .text h3, .case-study-text .text h4, .case-study-text .text h5, .case-study-text .text h6 {
  margin: 30px 0;
  font-weight: 700;
}
.case-study-text .text h2 {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .case-study-text .text h2 {
    font-size: 27px;
  }
}
.case-study-text .text a {
  color: #00A9FF;
  text-decoration: underline;
}
.case-study-text .text blockquote p {
  font-size: 22px;
  font-weight: 400;
}

.case-study-text ~ .case-study-cta {
  padding: 0 0 50px;
}

/* Case study cta */
.case-study-cta {
  padding: 50px 0;
}
.case-study-cta .text {
  text-align: center;
}
.case-study-cta .text h2 {
  font-weight: 700;
}
.case-study-cta .text p {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 16px auto;
  color: #00A9FF;
  font-size: 22px;
  font-weight: 600;
}
.case-study-cta .text p:last-of-type {
  margin-bottom: 30px;
}
.case-study-cta .btns .btn {
  min-width: 225px;
  margin-bottom: 15px;
}
.case-study-cta .btns .btns-text {
  width: 100%;
}

/*# sourceMappingURL=case-study.css.map */
