.kira-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), rgba(0, 0, 0, 0.65)), url(../galleries/uninversal/kira.png);
    background-size: cover;
    background-position: center;
    margin: 0 0 10vh 0;
    height: 75vh;
}

.fort3-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: left
}

@media all and (max-width:560px) {
    .members3-1 {
        text-align: center;
    }
    .fort3-2 {
        justify-content: center;
    }
}

.fort3-2 div {
    text-align: center;
    width: min-content;
}

.fort3-2 div img {
    background-color: var(--color-10);
    width: 230px;
    aspect-ratio: 1/1;
}

.kira-sec-5-1-1 {
    width: 380px;
    min-height: 480px;
    background-color: var(--color-9);
    /* border: 2px dashed pink; */
    min-width: 300px;
}

.kira-sec-5-1-1:nth-child(1) .img {
    background-image: url(../images/news/45.jfif);
}

.kira-sec-5-1-1:nth-child(2) .img {
    background-image: url(../images/news/46.jfif);
}

.kira-sec-5-1-1:nth-child(3) .img {
    background-image: url(../images/news/47.jfif);
}