<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section#main {
    position: relative;
    width: 100%;
    /* border: 1px solid red; */
}
section#main p img{
    position: relative;
    width: 100%;
    border: 3px double rgba(196, 193, 159, 0.2);
}
section#main h2{
    position: relative;
    width: 100%;
    text-align: justify;
    font-size: 20px;
    color: var(--vert);
    font-weight: 700;
    margin-bottom: 15px;
}
section#main h2::before{
    position: relative;
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    background-color: var(--orange);
    margin-right: 10px;
}
section#main p{
    position: relative;
    width: 100%;
    text-align: justify;
    font-size: 13px;
}</pre></body></html>