#parallax-image {
    text-align: center;
    margin-top: 120px;
    background-image: url(../assets/articulos.webp);
    height: 400px;
    width: 100%;
    color: #fff;
    padding-top: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}