.cont-header {
    border-top: 1px solid #B1B1B1;
    border-bottom: 1px solid #B1B1B1;
}

.logo-sithl {
    width: 100%;
    max-width: 151px;
}


a {
    background-color: rgba(0, 0, 0, 0);
    border: 0 solid rgba(0, 0, 0, 0);
    text-decoration: none;
    color: inherit;
    display: inline;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    box-shadow: inset 0 -0.05em #FFF, inset 0 -0.15em #F37A1F;
    padding-bottom: 4px;
}
a:hover {
    color: black;
    border: none;
    text-decoration: none;
}

h1 {
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: black;
    font-family: "Arial Black", sans-serif;
    line-height: 1.1;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-size: 1.625rem;
    line-height: 1.25;
}

h1::after {
    display: block;
    content: "";
    width: 34px;
    height: 7px;
    margin-top: 15px;
    background: black;
}

h2 {
    font-family: "Arial Black", sans-serif;
    line-height: 1.1;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

h3 {
    font-family: "Arial Black", sans-serif;
    line-height: 1.1;
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}


p {
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    color: black;
    line-height: 1.5;
    font-weight: normal;
    font-family: Arial, sans-serif;
    font-size: 1rem;
}
