@import url("/css/main.css");
.article__banner-wrapper {
    height: 600px;
    background-color: aqua;
    background-size: cover;
    background-position: center;
    background-position-x: -3rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(/assets/img/Img-Blog/blog10.png);
}

.bannerCierre-wapper {
    margin-top: 8rem;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url(/assets/img/Img-Blog/cierre.png);
}

h3 {
    font-size: 3rem;
}

h5 {
    color: #646464;
}
h1 {
    line-height: 6rem;
}
.article-wrapper {
    margin-top: 5rem;
}
.article p {
    font-size: 1.6rem;
    margin: 2rem 0;
}

.article-spam1 {
    display: flex;
    gap: 3rem;
}
.article-spam1-img {
    width: 50%;
}
