Files
tripwithbonus/static/css/moover/sore.css

56 lines
688 B
CSS

.sore {
margin-bottom: 160px;
}
@media (min-width: 1720px) {
.sore {
margin-bottom: 178px;
}
}
.sore__img {
margin: 0 auto 26px;
position: relative;
left: -17px;
}
@media (min-width: 1720px) {
.sore__img {
margin-bottom: 46px;
}
}
.sore .title {
margin-bottom: 40px;
}
@media (min-width: 1720px) {
.sore .title {
margin-bottom: 61px;
}
}
.sore .subtitle {
max-width: 62%;
margin: 0 auto -1px;
}
@media (min-width: 1720px) {
.sore .subtitle {
line-height: 26px;
max-width: 60%;
margin-bottom: 5px;
}
}
.sore .h3 {
max-width: 47%;
margin: 0 auto 19px;
}
@media (min-width: 1720px) {
.sore .h3 {
max-width: 38%;
}
}