body {
    background-color: #111010 !important;
}

.hedaer-about {
    background-image: url('../images/about/headerAbout.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80vh;
}

.position-bloc-about {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}

.bloc-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    background: rgba(0, 0, 0, 0.80);
    width: 480px;
    height: 160px;
}

.title-header-about {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 15px;
}

.white-border {
    border: 1px solid #fff;
    width: 200px;
}

.img-about {
    width: 100%;
    height: 540px;
}

.padding-space {
    padding: 0 90px;
}

.title-neoluce {
    font-size: 50px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .padding-space {
        padding: 0 0;
    }
}