le-courage-du-reel/assets/css/src/_section_7-system.scss

53 lines
855 B
SCSS
Raw Normal View History

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 {
@include section-title;
2026-02-23 16:31:30 +01:00
}
.title {
@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;
font-weight: 500;
2026-02-23 16:31:30 +01:00
}
}
ul:not(:last-child) {
margin-bottom: 3rem;
}
}
}
figure {
width: 55%;
height: 46vw;
img {
object-fit: cover;
width: 100%;
height: 100%;
}
}
}