<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flex{
    flex-direction: row;
    display: flex;
}
.col-smm-8{
    width: 100%;
}
@media screen and (max-width:768px) {
    .flex{
        flex-direction: column;
        padding: 20px;
    }
}
.fontsize{
    font-size: 2.5rem;
}

@media screen and (max-width:500px) {
    .fontsize{
        font-size: 2rem;
    }
    .img-rounded{
        padding-top: 10%;
    }
    .titleh{
        font-size: 2.5rem;
    }
}</pre></body></html>