.header {
    display: none;
}

body,
html {
    padding: 0;
    margin: 0;
    height: auto;
}

body {
    color: #252525;
    margin: 0;
    box-sizing: border-box;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
}

.container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

h1 {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    /*padding-top: 30px;padding-bottom: 30px;*/
}

h1,
h2 {
    font-weight: bold;
}

h2 {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

p {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
    font-size: 14px;
}

ul {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0px;
    text-align: left;
    list-style: none;
}

a {
    text-decoration: none;
}

.wp-block-button a {
    display: inline-block;
    margin: 0 auto;
    padding: 5px 25px;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    background-color: #252525;
    border-radius: 5px;
}

.wp-block-button a:hover {
    background-color: #3a3a3a;
}

.wp-block-button a:active {
    background-color: #212121;
}

.wp-block-button {
    text-align: center;
}

a[href^=tel] {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
}

.wp-block-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-bottom: 25px;
}

.footer {
    display: none;
}

@media (min-width: 768px) {
    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }

    ul {
        font-size: 16px;
    }

    .wp-block-button a {
        margin-top: 1em;
    }
}