59 lines
671 B
SCSS
59 lines
671 B
SCSS
.use {
|
|
margin-bottom: 123px;
|
|
}
|
|
|
|
.use .title {
|
|
max-width: 80%;
|
|
margin-bottom: 49px;
|
|
}
|
|
|
|
.use__img {
|
|
width: 67.5%;
|
|
margin-left: 16px;
|
|
margin-bottom: 31px;
|
|
}
|
|
|
|
.use__btn {
|
|
margin-bottom: 11px;
|
|
}
|
|
|
|
.use__link {
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
line-height: 26px;
|
|
color: var(--color-grey2);
|
|
}
|
|
|
|
.use.use--diff .title {
|
|
width: 60%;
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
.use.use--diff .use__img {
|
|
width: 100%;
|
|
margin-left: 0;
|
|
margin-bottom: 17px;
|
|
}
|
|
|
|
.use.use--lett {
|
|
margin-bottom: 120px;
|
|
}
|
|
|
|
.use.use--lett .title {
|
|
margin-bottom: 51px;
|
|
}
|
|
|
|
.use.use--lett .use__img {
|
|
margin-left: -5px;
|
|
margin-right: -5px;
|
|
max-width: 110%;
|
|
width: 1290px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|