/* @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    */
/*****************************************/

.feature-list__item {
  display: flex;
  align-items: center;
}

.vertical-align-center {
  display: flex;
  align-items: center;
}

.hs-icon-wrapper,
.hs-icon-text {
  vertical-align: middle;
}

h2 img {
  vertical-align: middle;
}

h3 img {
  vertical-align: middle;
}

h1 img {
  vertical-align: middle;
}

h4 img {
  vertical-align: middle;
}

h5 img {
  vertical-align: middle;
}
@media (max-width:767px){
h1 {
font-size: 35px !important;
}
     h3 {
font-size: 25px !important;
}