Files
Globaly-CSS-Practice/style/about_us/_fifth-part-au.scss
2024-06-10 13:47:15 +02:00

70 lines
1.6 KiB
SCSS

.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;
}
}
}
@media only screen and (min-width:768px) {
.fifth-part-au {
padding: 110px 15px;
.textbox5{
.h3-fifth{
padding: 0 50px;
font-size: 37px;
letter-spacing: 0px;
}
.h2-fifth{
margin-top: -10px;
font-size: 71px;
}
}
}
}
@media only screen and (min-width:992px) {
.fifth-part-au{
min-height: 75vh;
}
}