86 lines
1.7 KiB
SCSS
86 lines
1.7 KiB
SCSS
.headline{
|
|
.headline-h3{
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-size: 26px;
|
|
line-height: 1.33333;
|
|
font-family: Merriweather, serif;
|
|
letter-spacing: 0px;
|
|
color: #31353d;
|
|
margin-bottom: 0px;
|
|
}
|
|
.headline-h2{
|
|
color: #15c1cb;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-size: 29px;
|
|
line-height: 1.36957;
|
|
font-family: Merriweather, serif;
|
|
letter-spacing: 0px;
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
}
|
|
|
|
.fourth-part-au{
|
|
padding: 0 15px ;
|
|
.card-text4{
|
|
display:flex;
|
|
align-items: start !important;
|
|
}
|
|
.h4-fourth{
|
|
font-family: 'Merriweather', Helvetica, Arial, Lucida, sans-serif;
|
|
font-size: 26px;
|
|
color: #333333 !important;
|
|
line-height: 1.3em;
|
|
margin-top: 13px;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
text-align: start;
|
|
}
|
|
.p-fourth{
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
line-height: 1.4375;
|
|
font-family: MerriweatherSans, sans-serif;
|
|
letter-spacing: 0px;
|
|
color: #777777;
|
|
margin-bottom: 16px;
|
|
box-sizing: border-box;
|
|
padding-right: 3px;
|
|
}
|
|
}
|
|
@media only screen and (min-width:768px) {
|
|
|
|
.img-fourth{
|
|
width: 330px;
|
|
height: 324px;
|
|
}
|
|
.p-fourth{
|
|
padding-right: 0px !important;
|
|
}
|
|
|
|
}
|
|
|
|
@media only screen and (min-width:992px) {
|
|
.card-text4{
|
|
width: 380px;
|
|
}
|
|
|
|
.headline {
|
|
.headline-h3 {
|
|
font-size: 36px;
|
|
}
|
|
|
|
.headline-h2 {
|
|
font-size: 48px;
|
|
}
|
|
}
|
|
|
|
.img-fourth{
|
|
width: 380px;
|
|
height: 374px;
|
|
}
|
|
|
|
} |