/**
 * Cantata Page Header Module
 *
 * Styles for template-parts/modules/cantata_page_header_module.php
 */

.cantata_page_header_module {
  padding: 190px 0 75px;
  margin-top: -120px;
	background-color:var(--light-purple)
}

.cantata_page_header_module__heading {
  font-family: var(--font-brand);
  font-size: 5.5rem;
  line-height: 1.05;
  color: var(--purple);
  line-height: 1.1;
  margin: 0;
  font-weight: 500; font-weight: 600;
  font-size: 5.5rem;
  line-height: 1.05; font-size: 5rem;
}

.cantata_page_header_module__body p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--purple);
  margin-bottom: 30px;
  padding-top: 30px;
  line-height: 26px;
}
@media (max-width: 992px) {
.cantata_page_header_module__heading {font-size: 3rem;
  /* font-weight: 500; */
  line-height: 1.15;}
}

@media (max-width: 768px) {

}

@media (max-width: 600px) {

}
