<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.col {
    float: left;
    width: 37%;
    margin-right: 5%;
}
.col:last-child {
    margin-right: 0;
    width: 55%;
}
.col img {
    box-sizing: border-box;
    width: 100%;
/*    border: 2px solid #ff9c00;*/
}
.outline {
    background-color: #858375;
    padding: 1em;
    margin-top: 2em;
}
.outline h1 {
    font-size: 1.5em;
    color: #000;
    margin-bottom: 0.75em;
}
.outline li {
    font-size: 1.25em;
    padding-left: 1em;
    background: transparent url(img/li.png) no-repeat center left;
}
h2 {
    font-weight: bold;
    color: #ff9c00;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}
.col p {
    font-size: 1.4em;
    margin-bottom: 2em;
    text-align: justify;
}

/* @group responsive */
@media only screen and (max-width: 320px), only screen and (max-width: 360px) and (min-width: 321px), only screen and (max-width: 375px) and (min-width: 361px) {
    .col, .col:last-child {
        display: block;
        width: 96%;
        margin: 1em 2%;
    }
}
/* &lt;= 320px iPhone 3,4,5, S3 mini */
@media only screen and (max-width: 320px) {
    
}
/* &lt;= 360px S3, S4mini */
@media only screen and (min-width: 321px) and (max-width: 360px) {
    
}
/* &lt;= 375px iphone 6 */
@media only screen and (min-width: 361px) and (max-width: 375px) {
    
}
/* &lt;= iphone6+, desktop  */
@media only screen and (min-width: 376px) and (max-width: 959px) {
    
}
/* @end responsive */</pre></body></html>