/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {
    /*===============================*/
    /*===============================*/
}

/* END */

/*===============================*/

@media (max-width: 1199.98px) {
    /*===============================*/
    .b-about .about__slogan .sppb-addon-content {
        max-width: 800px;
        max-height: initial;
    }
    /*===============================*/
    .b-steps .steps__icon::before {
        right: -40px;
        top: -20px;
        font-size: 50px;
    }

    /*===============================*/
     .b-form .ba-form-submit-btn{
       margin-left: -14px;
     }
    /*===============================*/
    .b-contact-form {
      padding-bottom: 30px;
     }
  
      .b-contact-form .sppb-addon-single-image-container {
        top: 30px;
      }
    /*===============================*/
/* END */