54 lines
805 B
SCSS
54 lines
805 B
SCSS
.uses {
|
|
margin-bottom: 120px;
|
|
|
|
@media (min-width: 1720px) {
|
|
margin-bottom: 136px;
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
margin-bottom: 123px;
|
|
}
|
|
|
|
&__grid {
|
|
text-align: left;
|
|
display: grid;
|
|
grid-template-columns: repeat(3, 1fr);
|
|
/* max-width: 101.5%; */
|
|
/* width: 101.5%; */
|
|
|
|
|
|
}
|
|
|
|
|
|
&__item {
|
|
min-height: 50px;
|
|
margin-bottom: 19px;
|
|
padding: 0 50px 0 2px;
|
|
|
|
@media (min-width: 1720px) {
|
|
margin-bottom: 22px;
|
|
}
|
|
}
|
|
|
|
&__icon {
|
|
margin-bottom: 11px;
|
|
|
|
@media (min-width: 1720px) {
|
|
width: 147px;
|
|
height: 147px;
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
.title {
|
|
max-width: 50%;
|
|
margin: 0 auto 60px;
|
|
|
|
@media (max-width: 1304.98px) {
|
|
max-width: 70%;
|
|
margin-bottom: 39px;
|
|
}
|
|
}
|
|
|
|
} |