28 lines
282 B
SCSS
28 lines
282 B
SCSS
.sore {
|
|
margin-bottom: 160px;
|
|
|
|
&__img {
|
|
margin: 0 auto 26px;
|
|
position: relative;
|
|
left: -17px;
|
|
|
|
}
|
|
|
|
.title {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
|
|
.subtitle {
|
|
max-width: 62%;
|
|
margin: 0 auto -1px;
|
|
|
|
}
|
|
|
|
.h3 {
|
|
max-width: 47%;
|
|
margin: 0 auto 19px;
|
|
|
|
}
|
|
}
|