@charset "utf-8";
:root {
    font-size: 15px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 1em/1.1em Calibri, sans-serif;
}
#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 900px;
    border: solid 1px #318668;
    background: #fff;
    height: 509px;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0 1rem;
}
ul li:before {
    content: "\2022";
    display: inline-block;
    font-size: 1em;
    position: relative;
    float: left;
    margin-top: -1px;
    margin-left: -1rem;
}
p {
    padding-bottom: 0.4rem;
}
h1 {
    margin: 0;
    font-size: 1em;
    line-height: 1.2;
}
h2 {
    font-size: 3em;
    color: #881B7F;
    line-height: 0.8;
}
h3 {
    margin: 0.8rem 0;
    color: #318668;
    font-size: 2em;
    line-height: 0.8;
}
h4 {
    font-size: 1.375em;
    line-height: 1.2;
    padding-bottom: 0.3rem;
}
h5 {
    font-size: 1.45em;
    line-height: 1;
    position: absolute;
    left: -12rem;
    bottom: 4.5rem;
}
h5 small {
    font-size: 0.65em;
    display: block;
}
main {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: row-reverse;
    background: #318668;
    color: #fff;
    padding-top: 0.7rem;
}
header {
    padding: 0.5rem 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
header section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 674px;
    background: #fff;
}
header section p {
    padding-bottom: 0;
    font-size: 1.5em;
    line-height: 1.2;
}
header>p {
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-12deg);
    background: #881B7F;
    color: #fff;
    border-radius: 50% 50%;
    width: 160px;
    height: 160px;
    position: absolute;
    right: 0.5rem;
    top: -15px;
    text-align: center;
    box-shadow: 5px 4px 5px #8D8D8D;
    font-size: 2em;
    line-height: 1;
    padding: 2rem 0.5rem;
}
article {
    width: 715px;
    border-left: 3px solid #fff;
}
article section {
    background: #881B7F;
    padding: 0.3rem 1.5rem;
    position: relative;
}
article section:first-of-type {
    padding-right: 5rem;
}
article section:first-of-type h4:last-child {
    font-size: 1.313em;
    padding-top: 0.4rem;
}
article section:nth-of-type(2) {
    background: #318668;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 1.5rem;
}
article section:nth-of-type(2) div {
    display: block;
}
article section p {
    display: flow-root;
}
article section p span {
    display: block;
    float: left;
}
article section:last-of-type {
    padding-right: 7rem;
}
article section div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width:899px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
    }
    p {
        text-align: left;
    }
    span {
        display: inline-block;
    }
    h5 {
        position: static;
        background: #318668;
        margin-bottom: 0.5rem;
    }
    h5 small{
        line-height: 1.2;
    }
    h5 small br{
        display: none;
    }
    header {
        padding-bottom: 0.5rem;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    header>p {
        position: static;
        margin: 1rem auto;
    }
    article {
        width: 100%;
    }
    article section {
        padding: 0.3rem 0.5rem;
        border: none;
    }
    article section p span {
        float: none;
    }
    article section p span br {
        display: none;
    }
    main {
        padding: 0;
    }
    article {
        border: none;
    }
    article section:first-of-type {
        padding-right: 0.5rem;
    }
    article section:nth-of-type(2) {
        padding: 0.5rem;
    }
    footer img {
        display: none;
    }
}
@media only screen and (max-width:750px) {
    header section {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: auto;
    }
    header section :is(p, h2, h3) {
        text-align: center;
    }
    article section:nth-of-type(2){
        display: block;
    }
}
@media only screen and (max-width:380px) {
    header>p {
        position: static;
    }
    h2 {
        font-size: 1.8em;
    }
    h3 {
        font-size: 1.5em;
        line-height: 1.2;
    }
    header section p {
        font-size: 1.25em;
    }
}