.jinja-hero {
    display: grid;
    align-items: center;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.65)), url(../images/1.webp);
    background-size: cover;
    background-position: center;
    margin: 0 0 10vh 0;
    height: 75vh;
}

.jinja-sec-5-1-1 {
    width: 380px;
    min-height: 480px;
    background-color: var(--color-9);
    /* border: 2px dashed pink; */
    min-width: 300px;
}

.jinja-sec-5-1-1:nth-child(1) .img {
    background-image: url(../images/news/16.jpg);
}

.jinja-sec-5-1-1:nth-child(2) .img {
    background-image: url(../images/news/17.jpg);
}

.jinja-sec-5-1-1:nth-child(3) .img {
    background-image: url(../images/news/18.jpg);
}