/* Add here all your CSS customizations */
.header-lang-btn-invert {
    font-size: 16px;
    color: #e04622;
 } 

 .hr-line-dashed {
    border-top: 1px dashed rgba(231, 234, 236, 0.43137254901960786);
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0; }
  
.hr-line-solid {
    border-bottom: 1px solid #e7eaec;
    background-color: transparent;
    border-style: solid !important;
    margin-top: 15px;
    margin-bottom: 15px; }