.about {
position: relative;
background: url(//rhrv.eu/wp-content/themes/rhrv_2025/assets/images/page-over-ons/Ih1Z2G4iqvw.webp) no-repeat center center/cover;
color: #fff;
padding: 8rem 0;
min-height: 80vh;
}
.about::before {
content: "";
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.55); }
.about__overlay {
position: relative;
z-index: 1;
}
.about__content {
max-width: 900px;
}
.about__heading {
font-size: 4rem;
font-weight: 600;
margin-bottom: 2rem;
color: #fff;
}
.about__text {
font-size: 1.8rem;
line-height: 1.7;
margin-bottom: 1.5rem;
color: #eee;
}
.about .btn {
display: inline-block;
margin-top: 2rem;
background: #004466;
color: #fff;
font-size: 1.8rem;
padding: 1rem 2rem;
border-radius: 0.5rem;
transition: background 0.3s;
text-decoration: none;
}
.about .btn:hover {
background: #006080;
} @media (max-width: 768px) {
.about__heading {
font-size: 3rem;
}
.about__text {
font-size: 1.6rem;
}
}