This commit is contained in:
2024-06-05 16:57:33 +02:00
parent 84194c85fe
commit cadbb9b457
28 changed files with 1332 additions and 174 deletions

View File

@@ -2,8 +2,8 @@
padding: 0 15px;
.headline{
.headline-h3{
.headline {
.headline-h3 {
font-style: normal;
font-weight: 300;
font-size: 26px;
@@ -13,7 +13,8 @@
color: #31353d;
margin-bottom: 0px;
}
.headline-h2{
.headline-h2 {
color: #15c1cb;
font-style: normal;
font-weight: 700;
@@ -33,7 +34,8 @@
}
.second-h2{
.second-h2 {
text-align: center;
border-bottom: 1px solid #e0e0e8;
padding: 5px 0 19px 0;
font-size: 21px;
@@ -45,7 +47,7 @@
}
.p-1 {
.second-p-1 {
padding: 17px 0 0 0 !important;
margin-bottom: 16px;
font-style: normal;
@@ -58,7 +60,36 @@
color: #777777;
text-align: center;
}
.second-img{
.second-img {
margin-bottom: 10px;
}
}
@media only screen and (min-width:992px) {
.second-part-au {
.img-num{
margin-bottom: 18px;
}
.headline {
.headline-h3 {
font-size: 36px;
}
.headline-h2 {
font-size: 48px;
}
}
.second-h2{
width: 100% !important;
}
.text-box-div{
padding: 0 30px !important;
}
}
}