File: D:/HostingSpaces/SBogers10/ste.komma.pro/resources/sass/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);
}
}