25 lines
416 B
SCSS
25 lines
416 B
SCSS
#descripcion {
|
|
background-position: left rem(112);
|
|
background-size: 100% rem(110);
|
|
background-repeat: no-repeat;
|
|
|
|
padding-top: rem(100);
|
|
margin-bottom: rem(25);
|
|
|
|
.images {
|
|
.image {
|
|
max-width: 33%;
|
|
}
|
|
}
|
|
.paragraph {
|
|
padding-top: rem(28);
|
|
line-height: rem(14);
|
|
text-align: justify;
|
|
|
|
.header {
|
|
margin-bottom: rem(16);
|
|
font-size: font_size(22/16*12);
|
|
}
|
|
}
|
|
}
|