@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: .812rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.link {
    color: #57BDBA;
    font-weight: bold;
}

p {
    margin: 0 0 .625rem;
}

span {
    text-decoration: underline #6AD926;
}

h1,
h2 {
    text-align: center;
}

h1 {
    margin: 0 0 1.875rem;
    color: #57BDBA;
}

h2 {
    margin: 1.875rem 0 0;
}

h3 {
    padding-left: .437rem;
}

hr {
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-bottom: .25rem solid #57BDBA;
    width: 68%;
}

ul {
    list-style: none;
    margin: .625rem 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.687rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.5rem;
    line-height: 0.8;
    font-family: 'Arial', sans-serif;
}

article {
    padding: 0 0 0 3.75rem;
    text-align: justify;
}

article p:nth-of-type(1) {
    padding-right: 3.75rem;
}

article main {
    display: flex;
    column-gap: 1.25rem;
}

main section:nth-of-type(1) {
    width: 46%;
}

main section:nth-of-type(2) {
    width: 53%;
}

main section:nth-of-type(2) ul {
    text-align: left;
}

main section aside {
    background: #F1F8F7;
    padding: .625rem .312rem .187rem;
    margin-bottom: 3.75rem;
}

element p {
    padding-right: 3.75rem;
}

footer {
    padding: .625rem 3.75rem 0;
    font-size: 9.7px;
    line-height: 2;
}

@media only screen and (max-width: 56.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    article p:nth-of-type(1) {
        padding-right: 0;
    }

    article,
    footer {
        text-align: left;
    }

    article main {
        display: block;
    }

    main section:nth-of-type(1),
    main section:nth-of-type(2) {
        width: 100%;
    }

    main section {
        width: 100%;
    }
}

@media only screen and (max-width: 37.5rem) {
    h1 {
        line-height: 1;
        margin: .625rem;
    }

    article,
    footer {
        text-align: left;
        padding: 0;
    }
}

@media only screen and (max-width: 30rem) {
    main section aside {
        margin-bottom: .625rem;
    }
}

@media only screen and (max-width: 22.875rem) {
    h1 {
        font-size: 1.562rem;
    }

    h2 {
        font-size: 1.125rem;
    }

    h3 {
        font-size: .875rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
