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

.left-section &gt;h1{
    background-color: rgb(239 236 236);
    color: var(--color-primary);
}

.first-column&gt;img{
    width: 33%;
}
.last-column&gt;img{
    width: 49%;
}
.technical-section&gt;img{
    width: 23.5%;
}
.teacher-section&gt;img{
    width: 12rem;
}</pre></body></html>