.hero__section {
    height: 600px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/Archive__hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}