_employer.scss
525 Bytes
.employer {
padding-bottom: 50px;
@media (min-width: $laptop) {
padding-bottom: 100px;
}
.swiper {
margin-top: 20px;
@media (min-width: $laptop) {
margin-top: 30px;
}
}
&__item {
display: flex;
flex-direction: column;
gap: 30px;
a {
display: flex;
flex-direction: column;
align-items: center;
}
img {
width: 295px;
}
}
&__more {
height: 38px;
margin-top: 20px;
@media (min-width: $laptop) {
width: 250px;
margin: 0 auto;
height: 44px;
margin-top: 40px;
}
}
}