body {
    /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0,0,0, 0.4) 100%), url(../img/download/download-img.webp); */
    /* / */
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    /* / */
}

.download-container {
    width: 100%;
    height: 100vh;
    
    display: none;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 0.7fr 0.3fr;
    transition: 1s;
}

.download-title-box {
    width: 48rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    grid-column-start: 1;
    grid-column-end: -1;
    justify-self: end;
    justify-content: center;
    font-family: "Jaini", system-ui;
}

.download-title-box img {
    width: 7rem;
    align-self: center;
}

.download-title-box h2 {
    display: flex;
    flex-direction: column;
    font-size: 7rem;
    color: #fff;
    text-align: center;
}

.download-title-box h2 span{
    font-size: 4rem;
    color: #fff;
    text-align: center;
}

.download-tags {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    grid-row-start: 2;
    grid-row-end: -1;
}

.download-sec-tag {
    background-color: #000000b7;
    width: 15rem;
    height: 5rem;
    list-style-type: none;
}

.download-sec-tag img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem;
}