File: D:/HostingSpaces/SBogers10/honger.komma.pro/resources/assets/sass/site/partials/_serviceFooter.scss
.o-service-footer {
@extend .o-service-content;
margin-top: column(1);
margin-bottom: column(1);
}
.o-service-footer__title {
margin-top: 0;
}
@include respond-to-width(740) {
.o-service-footer__featured {
max-width: 400px;
margin-bottom: column(1);
}
}
@include respond-to-width-beyond(740) {
.o-service-footer {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.o-service-footer__list {
width: column(4, 10);
padding: 0 column(1);
}
.o-service-footer__featured {
margin-bottom: 0;
width: column(6, 10);
}
@include respond-to-width(1200) {
.o-service-footer__list {
width: column(5, 10);
}
.o-service-footer__featured {
width: column(5, 10);
max-width: 400px;
}
.service .featured-cases {
display: block;
}
}
}