.abous-us-header {
    background-image: url("../../images/about-us/despre-noi.jpg");
    background-color: #181818;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 139px 0;
}

@media (max-width: 1350px) {
    .abous-us-header {
        padding: 70px 0;
    }
}

.about-us-header-content__title {
    margin: 0 0 30px;
}
.about-us-header-content__title .header-title{
    color: #ffffff;
}
.about-us-header-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fafafa;
    opacity: 0.85;
    max-width: 740px;
}