body {
  font-family: 'A1 Gothic R';
}

article {
    padding: 0px;
    width: 820px;
    max-width: 100%;
    box-sizing: border-box;
    border-left: solid 1.5px;
    border-right: solid 1.5px;
}
@media (min-width: 641px) {
    #information .info_title, #information_free .info_title {
        padding: 40px;
        display: inline-block;
        text-align: left;
        background: #FCB8AF;
        border-radius: 10px;
    }
}

@media (max-width: 640px) {
    #information .info_title, #information_free .info_title {
        background: #FCB8AF;
        border-radius: 10px;
        padding: 20px;
        margin: 10px;
        display: block;
    }
}

@media (max-width: 640px) {
    body, html {
        width: 370px;
        margin: auto;
		min-width: auto;
    }
}