/* @import url('http://example.com/example_style.css'); */
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700;800&display=swap');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
h2{
  font-weight:700;
  font-size: 50px;
}

#home-page-learn-about .offset-md-3{
  margin:auto;
}
#home-page-learn-about .col-md-6{
  flex: auto;
  max-width: 75%;
}
.header-dark{
  
}
.start-saving-page .main_navigation.pt-3{
  background-color: #242E36 !important;
}
.gradient-page .row-fluid-wrapper{
  position: relative;
} 
.product-page-2023 .main_navigation.pt-3{
  background-color: #242E36 !important;
}
.full-header .main_navigation.pt-3{
  background-color: #242E36 !important;
}
.calc-paid-offer .hs-submit{
  width: 100%;
}
.calc-paid-offer input[type='submit']{
    width: 75%;
    justify-content: center;
}
.calc-paid-offer #fes-video .vjs-poster{
  border-radius: 15px !important; 
}
.text-center{
  text-align: center;
}
@media(max-width:767px){
  h2{
    font-size: 36px;
}