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

.paragraph {
font-size: 17px !important;
 font-weight: 300;
      line-height: 1.875 !important;
  
}

.home-banner-content {
    font-size: 2rem !important;
    font-weight: 500 !important;
    line-height: 1.5;
}


.section-heading h2 {
      color:inherit;
  font-size: 25px !important;
  font-weight: 600 !important;
  letter-spacing: .25px !important;
  text-transform: uppercase !important;
}

.svg-section-heading h2 {
      color:inherit;
  font-size: 25px !important;
  font-weight: 600 !important;
  letter-spacing: .25px !important;
  text-transform: uppercase !important;
}

.svg-outer-wrapper h2{
  color:inherit;
  font-size: 25px !important;
  font-weight: 600 !important;
  letter-spacing: .25px !important;
  text-transform: uppercase !important;
}

.gobal-facilities-module-outer .section-heading h2 {
  color:inherit;
  font-size: 25px !important;
  font-weight: 600 !important;
  letter-spacing: .25px !important;
  text-transform: uppercase !important;
}

.section-sub-heading h3 {
    color:inherit;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5;
    padding-top: 10px;
    text-align: inherit;
}

.section-sub-heading h6 {
    color:inherit;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5;
    padding-top: 10px;
    text-align: inherit;
}