<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.group-section {
    gap: 2rem;
}

.group-section &gt; section:first-child {
    width: 46rem;
}

.group-section &gt; section:last-child {
    width: 52rem;
}

.teacher-section {
    background-color: #fff;
    padding: 1rem;
}

.teacher-section &gt; img {
    width: 10rem;
}

.papers-section &gt; * {
    text-align: center;
}

.papers-section &gt; a {
    padding: 1rem 1.5rem;
    border-radius: .6rem;
    background-color: var(--color-primary);
    color: #fff;
}

.first-column&gt;img{
    width: 33%;
}
.last-column&gt;img{
    width: 49%;
}

.technical-section&gt;img{
    width: 23.5%;
}

.guidelines-item {
    width: 30rem;
    align-items: center;
    padding: .5rem;
}

.guidelines-item &gt; a {
    color: var(--color-primary);
}

.guidelines-item &gt; svg {
    width: 2rem;
}
.guidelines-item &gt; svg&gt;path{
    fill: var(--color-primary);
}
.guidelines-item&gt;p{
    text-align: center;
}
</pre></body></html>