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/stafa/stafa.nl/resources/sass/site/6-Organisms/_organisms.otherModels.scss
.o-other-models{
  padding: 85px 0;

  @include mq(850)
  {
    padding: 170px 0;
  }
}

.o-other-models__title{
  margin-bottom: 40px ;
}

.o-other-models__grid{

  & > * + *
  {
    margin-top: 60px;
  }

  @include mq(850)
  {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;

    & > * + *
    {
      margin-top: 0;
      margin-left: 30px;
      margin-right: 0;
    }
  }

  @include mq(950)
  {
    & > * + *
    {
      margin-left: 50px;
    }
  }

  @include mq(1150){

    & > * + *
    {
      margin-left: 80px;
    }
  }

}

.o-other-models__item{
  width: 100%;
  max-width: 425px;

  @include mq($max: 850){
    margin-left: auto;
    margin-right: auto;
  }

  @include mq(850)
  {
    margin-bottom: 0;
    width: calc((100% - 60px) / 3);
    max-width: none;
  }

  @include mq(950)
  {
    width: calc((100% - 100px) / 3);
  }

  @include mq(1150){
    width: calc((100% - 160px) / 3);
  }

}