#case {
    margin-bottom: 6rem;
}

#case .title {
    margin-bottom: 2rem;
}

#case .title .en {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
}

#case .title .cn {
    font-size: 1.5rem;
}

#case .main {
    margin-bottom: 4rem;
}

#case .main img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#case .main .item-title {
    margin-top: 1rem;
    font-size: 1.25rem;
}

#case .more-btn {
    border: 2px solid black;
    border-radius: 999px;
    padding: 0.5rem 2rem;
    font-weight: bold;
    font-size: 1.20rem;
}

#case .more-btn:hover {
    background-color: black;
    color: white;
}

@media (min-width: 1024px) {
    #case {
        margin-top: 4rem;
        margin-bottom: 10rem;
    }

    #case .title {
        margin-bottom: 4rem;
    }

    #case .title .en {
        font-size: 4.5rem;
        margin-bottom: 1rem;
    }

    #case .main {
        width: 121.5%;
    }
}