You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.reviews {
|
|
margin: 100px 0 98px;
|
|
|
|
@include tablet {
|
|
margin: 77px 0 92px;
|
|
}
|
|
|
|
&__title {
|
|
margin: 18px 0 21px;
|
|
|
|
@include tablet {
|
|
margin: 21px 0 23px;
|
|
}
|
|
}
|
|
|
|
&__slider-controls {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
gap: 24px;
|
|
margin: 61px 0 0;
|
|
}
|
|
}
|
|
|