/* ----------- All Device Styles (ALL) ----------- */

#homepage-section-1 {
  background-color: #fff  ;
}


/* End ALL */ 

/* ----------- Smartphone Device Styles (XS)  ----------- */

@media (max-width: 767px) {

  }

/* End XS */ 

/* ---------------------- Tablet styles (SM)  ---------------------- */
@media (min-width: 768px) {

#homepage-section-1 {
  padding-top:15px;
  padding-bottom: 4rem;
}

.hmpg-features-1-text p {
    font-size: 16px;
    line-height: 1.4;
}

}

/* End SM */ 

/* ---------------------- Tablet styles (MD)  ---------------------- */
@media (min-width: 992px) {

  #homepage-section-1 {
    padding-top:4rem;
  }
  
}

/* End MD */

/* ---------------------- Tablet styles (LG)  ---------------------- */
@media (min-width: 1200px) {
  
}

/* End LG */ 


