:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h4 {
    text-align: center;
    line-height: 36px;
    font-size: 24px;
    font-family: "Oswald", sans-serif;
}

html {
    min-height: 100%;
}

body {
    font-size: 18px;
    line-height: 18px;
    font-family: Arial, sans-serif;
    color: #58585A;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
}

#wrapper {
    position: relative;
    max-width: 758px;
    margin: 1rem auto;
    border: 2px solid #58585A;
    overflow: hidden;
    background: url(bg.jpg);
}

h1 {
    margin: 87px 19px 31px;
    font-size: 33px;
    font-family: "Oswald", sans-serif;
    line-height: 38px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
}

h1 +p ,h2+p {
    line-height: 29px;
    font-size: 27px;
    text-align: center;
    margin: 0 83px 0;
    display: inline-block;
}

h2 {
    font-size: 33px;
    margin: 49px 16px 44px;
    text-align: center;
    line-height: 37px;
    display: inline-block;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
}

h3 {
    font-size: 25px;
    margin: 16px 0;
    font-weight: 500;
    line-height: 36px;
    bottom: 129px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 276px;
    font-family: "Oswald", sans-serif;
}

h3+p {
    font-size: 23px;
    line-height: 22px;
    padding: 38px 0 25px 0;
}

p:not(:last-child) {
    margin-bottom: 1rem;
}

header {
    position: absolute;
    top: 35px;
    right: 16px;
}

article {
    padding: 0 236px 0 46px;
}

footer {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 23px;
    right: 42px;
    gap: 24px;
    text-align: center;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #58585A;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    margin: 0;
    list-style: none;
}

ul li {
    padding-left: 1.25rem;
}

ul li:before {
    content: "\2022";
    color: #000;
    float: left;
    font-size: 25px;
    text-indent: -1.25rem;
}
img {
    max-width: 100%;
}

@media (max-width: 758px) {
    #wrapper {
        margin: 0;
        border: none;
        background: #FFB812;
    }

footer {
    position: static;
    background: #fff;
    padding: 1rem;
}

h3 {
    margin: 1rem auto;
    position: static;
    background: #58585A;
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 17px 17px;
    border-radius: 100%;
}

article {
    padding: 0 1rem;
    text-align: center;
}

header {
    position: static;
    display: flex;
    justify-content: center;
    padding: 1rem;
}

h1,h2 {
    display: block;
    background: #fff;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 24px;
}

h1+p,h2+p {display: block;margin: 0 0 1rem;background: #fff;margin: 1rem 0;padding: 1rem;border-radius: 24px;}

    :is(p,ul) {
                hyphens: auto;
                text-wrap: pretty;

    }

h3+p {
    padding: 0 0 1rem;
    /* text-align: left; */
    font-size: 21px;
}

p {
	font-size: 21px;
}

    br {
        display: none;
    }

    footer br {
        display: inline;
    }

}