File: D:/HostingSpaces/SBogers95/rentman.io/resources/assets/sass/site/6-Organisms/_organisms.usp.scss
.o-usp {}
.o-usp__label {
color: palette(primary);
text-align: center;
font-size: 18px;
font-weight: bold;
@include font-family('primary');
}
.o-usp__title {
text-align: center;
color: palette(dark);
font-size: clamp(32px, 5vw, 40px);
&:not(:first-child) {
margin-top: 8px;
}
}
.o-usp__content {
&:not(:first-child) {
margin-top: min(6vw,24px)
}
}
.o-usp__action {
text-align: center;
margin-top: clamp(40px, 5vw, 72px);
}