.group-section {
    gap: 5rem;
}

.group-section > section:first-child {
    width: 43rem;
}

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

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

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

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

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

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

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

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

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

.guidelines-item > svg {
    width: 2rem;
}
.guidelines-item > svg>path{
    fill: var(--color-primary);
}
.guidelines-item>p{
    text-align: center;
}

/*
.technical-section>section>img{
    width: 49%;
}*/
