HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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;
    }
  }

}