/* @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    */
.list-example-now ul {
    display: flex;
    flex-direction: column;
}

.list-example-now ul li {
  align-items: initial !important;
  display: flex !important;
  white-space: initial !important;
  width: 100% !important;  
}

hr {
opacity: 1 !important;
}

.center-button-cta {
  text-align:center;
}

.service-img {
height:200px;
}

.service-btn {
display:none;
}
.button-bar-mobile a {
     border: 2px solid #fff4ed !important; 
  }
@media only screen and (max-width: 600px) {
  h1 {
      font-size: 32px;
      line-height: 32px;
  }
  h3 { 
      font-size: 20px;
      line-height: 20px;
  }  
  .button-bar-mobile {
      text-align: center;
  }
  @media (max-width: 768px) { 
    .text-element {
        text-align: center;
    }
}
/*****************************************/