File: /var/www/html/sudameris.sumar.com.py-bk/scss/_section_title.scss
.section_title{
h3{
font-size: 38px;
font-weight: 400;
color:#040E27;
position: relative;
z-index: 0;
padding-bottom:7px;
@media #{$mobile_device} {
font-size: 30px;
line-height: 36px;
}
@media #{$tablet_device} {
font-size: 36px;
line-height: 42px;
}
@media #{$mid_device} {
font-size: 35px;
line-height: 42px;
}
br{
@media #{$mobile_device} {
display: none;
}
@media #{$tablet_device} {
display: none;
}
@media #{$mid_device} {
display: none;
}
}
}
p{
font-size: 16px;
color: #7A838B;
line-height: 28px;
margin-bottom: 0;
font-weight: 400;
br{
@media #{$mobile_device} {
display: none;
}
}
}
}
.section_title h4 {
font-size: 22px;
font-weight: 500;
color: #001D38;
padding-bottom: 21px;
}
.mb-50{
margin-bottom: 50px;
@media #{$mobile_device} {
margin-bottom: 40px;
}
}
.mb_70{
margin-bottom: 62px;
@media #{$mobile_device} {
margin-bottom: 40px;
}
@media #{$tablet_device} {
margin-bottom: 40px;
}
}