﻿
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:focus, a:hover {
    text-decoration: none;
    outline: none;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.conserv-pageheadr-hs {
    border-bottom: 1px solid #ddd;
    margin: 0 0 17px;
    padding-bottom: 12px;
    text-align: center;
}

.conserv-pageheadr-hs h1 {
    color: #0083fd;
    font-size: 23px;
    font-weight: bold;
    margin-top: 12px;
}

.conserv-pageheadr-hs p {
    font-size: 16px;
    margin: 0;
}
