2026-02-23 16:31:30 +01:00
|
|
|
section#system {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
margin: 5rem var(--padding-body);
|
|
|
|
|
|
|
|
|
|
.text {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
height: 46vw;
|
|
|
|
|
max-width: 27rem;
|
|
|
|
|
|
|
|
|
|
.top {
|
|
|
|
|
.section-title {
|
2026-02-23 16:38:44 +01:00
|
|
|
@include section-title;
|
2026-02-23 16:31:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title {
|
2026-02-23 16:38:44 +01:00
|
|
|
@include big-title-xnarrow;
|
2026-02-23 16:31:30 +01:00
|
|
|
margin-bottom: 2rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.info {
|
|
|
|
|
font-size: var(--font-size-m);
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bottom {
|
|
|
|
|
ul {
|
|
|
|
|
li {
|
|
|
|
|
list-style: disc;
|
|
|
|
|
list-style-position: inside;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
ul:not(:last-child) {
|
|
|
|
|
margin-bottom: 3rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
figure {
|
|
|
|
|
width: 55%;
|
|
|
|
|
height: 46vw;
|
|
|
|
|
img {
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|