.elementor-476 .elementor-element.elementor-element-128292b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-af24649 */.gm-blog-article{
  background:#F2F4F8;
  padding:70px 20px;
  font-family:'Lato',sans-serif;
}

.gm-blog-wrap{
  max-width:850px;
  margin:0 auto;
}

.gm-blog-header{
  text-align:center;
  margin-bottom:40px;
}

.gm-blog-eyebrow{
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:700;
  color:#305F9A;
  margin-bottom:10px;
}

.gm-blog-header h1{
  font-family:'Merriweather',serif;
  color:#0B1F33;
  font-size:clamp(2rem,4vw,3.25rem);
  line-height:1.25;
  margin:0;
}

.gm-blog-divider{
  width:90px;
  height:2px;
  background:#305F9A;
  margin:24px auto;
  border-radius:999px;
}

.gm-blog-intro{
  max-width:760px;
  margin:0 auto;
  color:#50545C;
  line-height:1.8;
  font-size:1.08rem;
}

.gm-blog-featured-image{
  margin:50px auto;
}

.gm-blog-featured-image{
  margin:50px auto;
  text-align:center;
}

.gm-blog-featured-image img{
  width:100%;
  max-width:700px;
  height:auto;
  border-radius:16px;
  display:block;
  margin:0 auto;
  box-shadow:0 15px 40px rgba(15,23,42,.08);
}

.gm-blog-content{
  background:#fff;
  border-radius:20px;
  padding:50px;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
  border:1px solid rgba(15,23,42,.08);
}

.gm-blog-content h2{
  font-family:'Merriweather',serif;
  color:#0B1F33;
  font-size:2rem;
  margin:55px 0 20px;
  line-height:1.3;
}

.gm-blog-content h2:first-child{
  margin-top:0;
}

.gm-blog-content h3{
  font-family:'Merriweather',serif;
  color:#0B1F33;
  font-size:1.35rem;
  margin:35px 0 15px;
  line-height:1.4;
}

.gm-blog-content p{
  color:#50545C;
  line-height:1.9;
  font-size:1.02rem;
  margin:0 0 24px;
}

.gm-blog-content strong{
  color:#0B1F33;
}

.gm-blog-cta{
  margin-top:60px;
  padding:35px;
  background:#305F9A;
  border-radius:16px;
  text-align:center;
}

.gm-blog-cta h3{
  color:#fff;
  margin:0 0 12px;
  font-family:'Merriweather',serif;
}

.gm-blog-cta p{
  color:rgba(255,255,255,.92);
  margin-bottom:20px;
}

.gm-blog-button{
  display:inline-block;
  background:#fff;
  color:#305F9A;
  padding:14px 28px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  transition:.25s ease;
}

.gm-blog-button:hover{
  transform:translateY(-2px);
}

@media(max-width:768px){

  .gm-blog-article{
    padding:50px 15px;
  }

  .gm-blog-content{
    padding:30px 24px;
  }

  .gm-blog-content h2{
    font-size:1.65rem;
  }

  .gm-blog-content h3{
    font-size:1.2rem;
  }

}/* End custom CSS */