
.h1-tag {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  margin: 30px 0;
  font-family: "Spectral", serif;
}

.h2-tag {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  margin: 20px 0;
  font-family: "Spectral", serif;
}

.h3-tag {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  margin: 20px 0;
  font-family: "Spectral", serif;
}

.h4-tag {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.about-page-h1{
	text-align: center;
	margin: 70px auto -70px;
}
@media (max-width: 767px){
	.page-15 .about-page-h1{
		margin: 70px auto -20px;
	}
}

body.page-7 .about-page-h1{
	font-size: 55px !important;
	margin: 80px 0px -40px !important;
	color: var(--twgl--color-secondary);
	text-align: center;
}
body.page-7 .about-page-h1 span{
    font-family: inherit;
    display: inline-block;
    font-size: 140%;
    color: var(--twgl--color-primary);
}
@media (max-width: 1599px){
	body.page-7 .about-page-h1{
	    font-size: 45px !important;
    	margin: 80px 0px -20px !important;
    }
}
@media (max-width: 1199px){
	body.page-7 .about-page-h1{
	    font-size: 40px !important;
    	margin: 70px 0px -10px !important;
    	text-align: left;
    }
}
@media (max-width: 768px){
	body.page-7 .about-page-h1{
	    font-size: 35px !important;
    	margin: 50px 0px 0px !important;
    }
	body.page-7 .about-page-h1 span{
	    display: inline;
		font-size: inherit;
	}
}



.h1-inner {
  color: #f08070!important;
}
.h1-inner {
  font-size: 48px!important;
  font-weight: 400;
  line-height: 1.2;
  margin: 30px 0;
  font-family: "Spectral", serif;
}
.h2-inner {
  font-size: 26px!important;
  margin-top: 0!important;
}
.h2-inner {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  margin: 20px 0;
  font-family: "Spectral", serif;
}
.h2-inner-top {
  color: #f08070!important;
  margin-bottom: 50px!important;
}
.h2-inner-top {
  font-size: 40px!important;
  font-weight: 400;
  line-height: 1.2;
  margin: 20px 0;
  font-family: "Spectral", serif;
}
@media (max-width: 1024px) {
  .h1-inner {
    margin-top: 0!important;
  }
  .h1-inner {
      font-size: 36px!important;
  }  
  .h2-inner {
    font-size: 30px;
  }
  .h2-inner-top {
    font-size: 30px!important;
  }
}
