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