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

@@ -0,0 +1,76 @@
.third-part-s {
background-image: url('/assets/images/image10.jpg');
background-size: cover;
position: relative;
color: white;
background-size: cover;
background-position: center;
padding-top: 30px;
padding-bottom: 40px;
.textbox3 {
.h1-third {
text-align: center;
font-style: normal;
font-weight: 300;
font-size: 33px;
line-height: 1.31818;
font-family: Merriweather;
letter-spacing: 0px;
word-wrap: break-word;
margin-bottom: 0px;
font-style: normal;
}
.h2-third {
text-align: center;
font-style: normal;
font-weight: 700;
font-size: 45px;
line-height: 1.36957;
font-family: Merriweather, serif;
letter-spacing: 0px;
color: #15c1cb;
}
.p-third{
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 1.4375;
font-family: MerriweatherSans, sans-serif;
letter-spacing: 0px;
}
}
}
@media only screen and (min-width:768px) {
.third-part-s {
.textbox3{
.h1-third{
padding: 0 50px;
font-size: 37px;
letter-spacing: 0px;
}
.h2-third{
margin-top: -10px;
font-size: 71px;
}
}
}
}
@media only screen and (min-width:992px) {
.third-part-s{
min-height: 75vh;
.textbox3{
.h1-third{
font-size: 66px;
}
}
}
}