/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.1
Template: pro

*/

.acf-editor-wrap iframe {
    height: 150px !important;
}

.fm-content h2,
.fm-content h2 *,
.fm-content h3,
.fm-content h3 *,
.fm-content h4,
.fm-content h4 *{
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: -10px;
  font-weight: bold;
	color:#2d327f !important;
}

.fm-content h2,
.fm-content h2 *{
  font-size: 2.5rem;
}

.fm-content h3,
.fm-content h3 *{
  font-size: 2rem;
}

.fm-content h4,
.fm-content h4 *{
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .fm-content h2,
	.fm-content h2 *{
    font-size: 2rem;
  }
  
  .fm-content h3,
	.fm-content h3 *{
    font-size: 1.5rem;
  }
  
  .fm-content h4,
	.fm-content h4 *{
    font-size: 1.25rem;
  }
}
