* {
    margin: 0px;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

#wrapper {
    margin: 12px auto;
    border: 1px #231f20 solid;
    max-width: 688px;
    color: #231f20;
    position: relative;
    background-color: #dad6cd;
    font-family: 'Source Serif Pro', serif;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    overflow: hidden;
}

header {
    display: flex;
    padding: 14px;
    gap: 59px;
    align-items: flex-end;
}

.width {
    width: 75%;
    text-align: left;
    font-weight: 700;
    font-size: 89%;
    padding-bottom: 0;
}

p {
    padding-bottom: 15px;
    text-align: justify;
}

h1 {
    margin: 0 -20px 28px -33px;
    font-size: 36px;
    line-height: 1.2;
    background: #d71921;
    padding: 7px 10px 7px 30px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}

h1 small {
    font-size: 18px;
    line-height: 0;
}

h1 span {
    font-size: 20px;
    line-height: 28px;
    display: block;
    padding-right: 20px;
}

h2 {
    font-size: 15px;
    line-height: 20px;
}

a {
    color: #231f20;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    border: none;
}

ul {
    margin: 0px 0rem 16px 0rem;
    list-style: none;
    padding: 0;
}

ul li {
    padding-left: 12px;
    margin-bottom: 0px;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: 0rem;
    font-size: 17px;
    text-indent: -12px;
}

.ul li {
    margin-bottom: 8px;
}

.clear:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

article {
    padding: 10px 20px 20px 33px;
    position: relative;
}

.collum {
    columns: 2;
    column-gap: 9px;
}

footer {
    padding: 20px 30px 24px;
}

h3 {
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    margin: 5px 0 -55px;
    position: relative;
    z-index: 9999;
    color: #fff;
}

h3 span {
    background: #D7191E;
    display: inline-block;
    padding: 2px 10px;
    text-align: center;
    -ms-transform: rotate(271deg);
    -webkit-transform: rotate(271deg);
    transform: rotate(-4deg);
    margin-bottom: -1px;
}

footer section {
    background-color: #ffffff;
    padding: 32px 20px 0px 54px;
    font-weight: bold;
    color: #000;
    position: relative;
    line-height: 18px;
}

footer section img {
    position: absolute;
    bottom: 25px;
    right: 15px;
}

footer aside:nth-of-type(1) {
    float: left;
    width: 46%;
}

footer aside:nth-of-type(2) {
    float: right;
    width: 44%;
    margin-left: 11px;
}

footer aside>img {
    position: absolute;
    top: -5px;
    left: -40px;
}

footer aside {
    position: relative;
}

footer aside {
    padding-left: 0;
}

.text-left {
    text-align: left;
}

@media only screen and (max-width: 688px) {
    #wrapper {
        border: none;
        font-size: 14px;
        line-height: 19px;
        margin: 0;
    }

    header {
        display: flex;
        padding: 14px;
        gap: 30px;
        align-items: center;
    }

    .width {
        width: 75%;
    }

    footer section img {
        position: static;
    }

    footer section p {
        text-align: center;
    }

    header a img {}

    article {
        padding: 3%;
        margin-top: 0px;
    }

    article br {
        display: none;
    }

    h1 {
        margin: 0 0 10px 0px;
        font-size: 28px;
        padding: 10px;
    }

    p {
        text-align: left;
    }

    footer {
        padding: 10px;
    }

    h3 {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        margin: 16px 0 -0px;
    }

    h3 br {
        display: inline;
    }

    footer aside:nth-of-type(2) {
        margin-left: 0px;
    }

    footer section {
        padding: 15px;
        text-align: center;
    }

    h1 span {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 499px) {
    header {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .width {
        width: auto;
    }

    .width br {
        display: none;
    }

    .collum {
        column-count: 1;
    }
}