.about {
    margin-top: 20px;
    text-align: justify;
}

.news__itemHeader {
    text-align: center;
    margin: 20px 0px 20px 0px;
    text-transform: uppercase;
}
.background {
    height: 70vh;
    background-image: url(../../../images/pages/about/logo.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}
.news__header {
    position: absolute;
    top: 70%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 50px;
}
