@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    background: url('../images/mann.png') no-repeat #F5F5F5;
    background-size: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 62.5rem;
    margin: 1rem auto;
    overflow: hidden;
    padding: 1.25rem;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .625rem;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 2.375rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .5rem;
    height: 8px;
    background: #77b82a;
    margin-left: -1.25rem;
    top: 6px;
}

hr {
    border: .25rem solid #77B82A;
    margin: 1.25rem 0;
    width: 80%;
}

.img {
    position: absolute;
    right: 50px;
}

header {
    margin: 1.25rem 0;
    background-color: rgba(255, 255, 255, .5);
    padding: .625rem;
}

article {
    background: #fff;
    padding: 20px;
}

h1 {
    font-size: 1.062rem;
    margin: 1rem 0;
}

h1 span {
    font-weight: normal
}

h2:hover {
    color: #77B82A;
}

h3 {
    font-size: 17px;
    margin: .625rem 0;
}

h4 {
    font-size: 1.25rem;
    border-bottom: .625rem solid #77B82A;
    padding: 0 20px 20px;
    background: white
}

h5 {
    font-size: 21px;
    margin-bottom: 5px;
}

.padding {
    padding: 0 20px 20px;
    background: white;
    margin: 0
}

aside {
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    padding: 30px 20px;
    column-gap: 50px;
    border-top: 8px solid #b2b2b2;
    margin: 30px 0 0;
    background: white
}

section {
    width: 50%
}

.hover:hover {
    color: #77b82a;
    text-decoration: underline;
}

@media only screen and (max-width: 62.437rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    header {
        display: flex;
        justify-content: center;
    }

    .img {
        position: static;
        display: block;
        margin: 0 auto .937rem;
    }

    hr {
        width: auto;
    }

    h1,
    h2 {
        text-align: center;
    }

    h4,
    footer {
        text-align: center;
    }

    hr {
        margin: .625rem 0;
    }

    ul li {
        padding-left: 1.375rem;
    }

    p br {
        display: none;
    }

    ul li br {
        display: none;
    }

    aside {
        display: block
    }

    section {
        width: 100%
    }

    aside img {
        margin: 0 0 20px
    }

    footer br {
        display: block
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
