<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flex{
    display:flex;
    width: 80%;
    justify-content: space-between;
    justify-content: center;
    margin: 0 auto;
}

.flex a{
    width: 33.3%;
    margin-right: -9%;
}

.flex .p3__img{
    max-width:100%;
}

.header-logo__wrap {
    background-image: linear-gradient(rgba(255,255,255,1) ,rgba(255,255,255,0.8) 80%,rgba(255,255,255,0));
    background-color: transparent;
}</pre></body></html>