This commit is contained in:
2024-06-04 16:56:07 +02:00
parent e16c7995c4
commit 84194c85fe
31 changed files with 1305 additions and 2 deletions

View File

@@ -0,0 +1,53 @@
.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;
}
}