* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

#wrapper {
    margin: 0.75rem auto;
    border: 2px #221c1f solid;
    max-width: 520px;
    color: #221c1f;
    position: relative;
    background-color: #ffffff;
    font-family: "PT Sans", sans-serif;
    line-height: 21px;
    font-size: 15px;
    text-align: left;
    overflow: hidden;
}

p {
    padding-bottom: 10px;
}

h1 {
    margin: 7px 0 10px 0;
    font-size: 21px;
    line-height: 1.2;
    text-align: left;
    position: relative;
    z-index: 9;
    padding: 0 0 0 30px;
}

h1:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    background: #FDDE39;
    height: 12px;
    width: 12px;
}

h1 small {
    display: block;
    font-weight: normal;
    font-size: 16px;
}

h1 span {
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
}

h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 0 32px;
    color: #818181;
}

a {
    color: #231f20;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    border: none;
}

header {
    position: relative;
}

header img {
    display: block;
}

header a {
    position: absolute;
    top: 3%;
    right: 0%;
    width: 35%;
    height: 18%;
}

article {
    padding: 11px 20px 0;
    position: relative;
}

article section {
    text-align: center;
}

span {
    white-space: nowrap;
}

footer {
    padding: 7px 10px;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    background-color: #ffcb08;
}

article section {
    position: absolute;
    right: 10px;
    top: -18px;
}

address {
    font-style: normal;
}

.title {
    padding: 0;
}

.text {
    position: relative;
    z-index: 9;
    padding: 0 92px 0 0;
}

@media only screen and (max-width:518px) {
    #wrapper {
        border: none;
        margin: 0;
    } 
	
	h2 {
		margin: 0
	}
}

@media only screen and (max-width:485px) {
    article section {
        position: static;
        display: flex;
        justify-content: center;
        margin-bottom: 16px;
    }
}