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,47 @@
.fifth-part-au {
background-image: url('/assets/images/image30.jpg');
background-size: cover;
position: relative;
color: white;
background-size: cover;
background-position: center;
padding-top: 30px;
padding-bottom: 40px;
.careers {
@include button;
background-color: transparent;
border: solid 2px white;
}
.careers:hover {
background-color: white;
color: #333333 !important;
transition: 0.2s;
}
.textbox5 {
.h3-fifth {
text-align: center;
font-style: normal;
font-weight: 300;
font-size: 37px;
line-height: 1.33333;
font-family: Merriweather;
letter-spacing: 0px;
word-wrap: break-word;
margin-bottom: 0px;
}
.h2-fifth {
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;
}
}
}