File: /home4/cca63905/www/nueva/themes/probusiness/_dev/css/components/custom-text.scss
#custom-text {
background: white;
border-radius: 2px;
margin-bottom: rem(24px);
padding: rem(50px) rem(50px);
text-align: center;
h3 {
text-transform: uppercase;
color: $gray-darker;
font-size: rem(25px);
font-weight: 700;
}
p {
color: $gray-darker;
font-weight: 400;
font-size: 1.1em;
.dark {
color: $gray;
font-weight: 400;
}
}
}
.page-content.page-cms{
background: white;
padding: rem(20px);
text-align: justify;
.cms-box{
img{
max-width: 100%;
}
}
}
@include media-breakpoint-down(md) {
#block-cmsinfo {
padding: $medium-space $large-space;
}
}