37 lines
617 B
SCSS
37 lines
617 B
SCSS
#custom-text {
|
|
background: white;
|
|
border-radius: 2px;
|
|
margin-bottom: 1.5rem;
|
|
padding: 3.125rem 3.125rem;
|
|
text-align: center;
|
|
h3 {
|
|
text-transform: uppercase;
|
|
color: $gray-darker;
|
|
font-size: 1.563rem;
|
|
font-weight: 700;
|
|
}
|
|
p {
|
|
color: $gray-darker;
|
|
font-weight: 400;
|
|
font-size: 1.1em;
|
|
.dark {
|
|
color: $gray;
|
|
font-weight: 400;
|
|
}
|
|
}
|
|
}
|
|
.page-content.page-cms{
|
|
text-align: justify;
|
|
.cms-box{
|
|
img{
|
|
max-width: 100%;
|
|
height:auto;
|
|
}
|
|
}
|
|
}
|
|
@include media-breakpoint-down(md) {
|
|
#block-cmsinfo {
|
|
padding: $medium-space $large-space;
|
|
}
|
|
}
|