<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.roda-pe__sociais {
    display: flex;
    height: 100%;
    width: 50%;
    justify-content: space-around;
    align-items:flex-end;   
}

@media screen and (min-width: 768px) {
    .roda-pe__sociais {
        height:50%;
        width: 40%;
    }
}</pre></body></html>