/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.custom-titlecase h1,
.custom-titlecase h2,
.custom-titlecase h3,
.custom-titlecase h4,
.custom-titlecase h5,
.custom-titlecase h6{
  text-transform:capitalize;
}
.lp-form-widget form .legal-consent-container{
  font-size:16px;
}
.blog-listing-1 .blog-listing-1__btn a{
  background: linear-gradient(111.02deg, #00AEEF 0%, #007BC3 100%);
  color: #fff;
  border:unset;
  border-radius:6px;
}
.blog-listing-1 .blog-listing-1__btn a:hover{
  background: linear-gradient(111.02deg, #00AEEF 0%, #007BC3 100%);
  color:#fff;
}
.no-cap {
  text-transform: none;
}
.three-col-card-widget .content-card__img img{
  min-height:150px;
  max-height:150px;
  object-fit:contain;
  width:100%;
  border-radius: 12px;
}
.three-col-card-widget .content-card{
  text-align:center;
}
.hs-landing-page .footer__section--main{
  padding-bottom:0;

@media(max-width: 767px){
  ul.custom_bullet{
    text-align: left;
  }
}