body {
    color: #40586f;
    font-family: Lato, sans-serif;
}
.btn,
.btn-wrap a {
    border: 1px solid;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 12px;
}
.qubely-block-btn a.qubely-block-btn-anchor {
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 4px;
}
a {
    transition: 0.25s;
    color: #005ba7;
}
h1 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.2;
}

h2 {
    color: #833a3c;
}
.entry-content h2,
.wp-block-qubely-heading .qubely-block-heading h2.qubely-heading-selector,
.wysiwyg h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 25px;
}
.wp-block-column h2.qubely-heading-selector,
.entry-content h2,
.wysiwyg h2 {
    margin: 35px 0 20px 0;
}

h3 {
    font-weight: normal;
    color: #003556;
    font-size: 30px;
    margin: 10px 0 10px;
}
h3.qubely-heading-selector {
    font-size: 30px;
}
.qubely-block-heading h3,
.entry-content h3,
.wysiwyg h3 {
    margin: 10px 0 10px;
}
h4 {
    font-weight: normal;
    color: #003556;
    font-size: 30px;
    margin: 10px 0 10px;
}
.qubely-block-heading h4,
.wysiwyg h4 {
    margin: 10px 0 10px;
}
@media(max-width: 767px) {
    body, button, input, select, optgroup, textarea {
        font-size: 0.9rem;
    }
    .wp-block-qubely-heading .qubely-block-heading h2.qubely-heading-selector, .wysiwyg h2 {
        font-size: 32px;
        margin-bottom: 5px;
        margin-top: 20px;
    }
    h1.entry-title {
        font-size: 32px;
    }
    h2,
    .entry-content h2,
    .wp-block-qubely-heading .qubely-block-heading h2.qubely-heading-selector,
    .wysiwyg h2 {
        font-size: 32px;
    }
    h3,
    .qubely-block-heading h3,
    .entry-content h3,
    .wysiwyg h3 {
        font-size: 24;
    }
}

input {
    border-radius: 0;
}

input[type="search"] {
    -webkit-appearance: none;
}

ol, ul {
    margin-left: 1rem;
    padding-left: 1rem;
}