Sites-Camelia/branches/divan-dit-vent/scss/_section_title.scss

50 lines
982 B
SCSS
Raw Normal View History

2021-06-19 20:20:40 +00:00
.section_title{
h3{
font-size: 50px;
font-weight: 400;
line-height: 55px;
color:#001D38;
position: relative;
z-index: 0;
padding-bottom: 0;
@media #{$mobile_device} {
font-size: 30px;
line-height: 36px;
}
@media #{$tablet_device} {
font-size: 36px;
line-height: 42px;
}
br{
@media #{$mobile_device} {
display: none;
}
}
}
p{
font-size: 16px;
color: #727272;
line-height: 28px;
margin-bottom: 0;
font-weight: 400;
br{
@media #{$mobile_device} {
display: none;
}
}
}
}
.mb-50{
margin-bottom: 50px;
@media #{$mobile_device} {
margin-bottom: 40px;
}
}
.mb-65{
margin-bottom: 65px;
@media #{$mobile_device} {
margin-bottom: 40px;
}
}