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

@media (max-width: 767px) {
  .row-number-5 .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
}


@media (max-width: 480px) {
    h2 {
        font-size: 17px!important; /* Use !important to override inline styles */
        line-height: normal!important; /* Use !important to override inline styles */
    }
    h5 {
        font-size: 14px!important; /* Use !important to override inline styles */
        line-height: normal!important; /* Use !important to override inline styles */
    }
  
}

.embed-code-sec iframe {
height: 400px!important;
}

.lp-single-text-outer {
 padding-top: 10px!important;
 padding-bottom: 5px!important:
}