@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {}

address {
    font-style: normal;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.4;
}

p {
    text-align: justify;
    margin: 0 0 1.25rem;
}

h1 {
    text-align: center;
    font-size: 28px;
    line-height: 1.3;
    margin: 35px 0;
    color: #65B32E;

}

h1 + p {
    text-align: center;
    color: #65B32E;
    font-weight: bold;
    font-size: 1rem
}

h2 {
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 500;
}

h3 {
    font-size: .875rem;
    margin: 0;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 .625rem;
    padding: 0;
}

ul li {
    padding-left: .937rem;
    margin-bottom: .062rem;
    letter-spacing: -0.3px
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .187rem;
    height: .187rem;
    border-radius: .312rem;
    background: #000;
    margin-left: -.687rem;
    top: .5rem;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#wrapper {
    position: relative;
    max-width: 680px;
    margin: 1rem auto;
    padding: 0;
}

header {
    position: relative;
}

header a {
    position: absolute;
    left: 13%;
    bottom: 20%;
    width: 32%;
    height: 35%
}

article {
    border: .437rem solid #5FBB43;
    border-top: 0;
    margin-top: -.062rem;
    border-bottom-right-radius: .312rem;
    border-bottom-left-radius: .312rem;
    position: relative;
    padding: 50px 40px 30px 20px;
}

aside {
    display: flex;
}

aside > a {
    width: 100%;
    max-width: 110px;
    margin-right: -30px
}

aside p {
    padding: 10px;
    background: #5FBB46;
    color: #fff;
    flex: 5.5;
    margin-right: .562rem;
    font-size: 13px;
    padding-bottom: .937rem;
    margin-bottom: 0;
    letter-spacing: -0.1px;
}

aside p span {
    letter-spacing: -0.5px;
}

article > img {
    position: absolute;
    right: -.625rem;
    bottom: -.625rem;
    width: 55%;
}

article > p:nth-of-type(1) {
    margin-bottom: 10px;
}

article > p:nth-of-type(5) {}

article > p:nth-of-type(6) {}

article > p:nth-of-type(7) {}

article > p:nth-of-type(8) {}

@media only screen and (max-width:42.437rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
        font-size: .875rem;
    }

    h1 + p {
        text-align: center;
        color: #65B32E;
        font-weight: bold;
        font-size: .875rem
    }

    p a {
        font-weight: bold;
    }

    p,
    ul {
        margin-bottom: .625rem;
        text-align: left;
    }

    article {
        padding: .625rem;
        border-width: 0.9vw;
    }

    h1 br,
    article > br {
        display: none;
    }

    h1 {
        margin: .937rem 0;
        font-size: 20px;
    }
    
    h2, p, ul{
        margin: 0 0  10px;
    }
    h2{
        font-size: 16px;
    }

    aside {
        display: block;
    }

    aside p {
        margin: 0 0 .625rem;
    }

    aside > a {
        width: 6.25rem;
    }

    article > img {
        position: static;
        margin: 0 0 0 auto;
        min-width: 18.75rem;
    }
}

@media only screen and (max-width:479px) {}
