@charset "UTF-8";
.event-detail-wrapper h1, .event-detail-wrapper h2 {
  color: #305277 !important;
  font: 900 56px/60px "sofia-pro", sans-serif;
  margin-bottom: 3rem !important;
  margin-top: 1rem !important;
}

.event-detail-desc-wrapper {
  color: #64717F !important;
  font: 400 18px/1.6em "jubilat";
  margin-top: 1rem !important;
}

.book-hero-wrapper blockquote {
  font: italic normal 24px/142% "jubilat";
}
.book-hero-wrapper blockquote::before {
  content: "“";
  position: relative;
  font: italic normal 24px/0px "Abril Fatface";
  color: #2BA9DB;
  margin-left: -10px !important;
  right: 5px;
}
.book-hero-wrapper blockquote::after {
  content: "„";
  position: relative;
  font: italic normal 24px/0px "jubilat";
  color: #2BA9DB;
  left: 5px;
  bottom: 15px;
}

.coaches-detail-desc-wrapper h2, .coaches-detail-desc-wrapper h3, .coaches-detail-desc-wrapper h4 {
  font: 600 18px "jubilat";
  color: #305277 !important;
  margin-top: 3rem !important;
  text-align: center;
}
.coaches-detail-desc-wrapper p {
  margin-top: 1rem !important;
  font: 400 18px/1.6em "jubilat";
  color: #64717F !important;
}

@media (min-width: 576px) {
  .coaches-detail-desc-wrapper h2, .coaches-detail-desc-wrapper h3, .coaches-detail-desc-wrapper h4 {
    text-align: left !important;
  }
}
.coach-directory-wrapper .card-coach {
  height: 356px;
  background: url("../images/cards/card-coaches.png") no-repeat top center;
  background-size: contain;
}

.pl-20px {
  padding-left: 20px;
}/*# sourceMappingURL=style-layouts.css.map */