24 lines
269 B
CSS
24 lines
269 B
CSS
.sore {
|
|
margin-bottom: 160px;
|
|
}
|
|
|
|
.sore__img {
|
|
margin: 0 auto 26px;
|
|
position: relative;
|
|
left: -17px;
|
|
}
|
|
|
|
.sore .title {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.sore .subtitle {
|
|
max-width: 62%;
|
|
margin: 0 auto -1px;
|
|
}
|
|
|
|
.sore .h3 {
|
|
max-width: 47%;
|
|
margin: 0 auto 19px;
|
|
}
|