.content {
    padding: 0 0 6.4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-for {
    width: 69.2rem;
    height: 46rem;
    overflow: hidden;
    border-radius: 1rem;
    margin-bottom: 1.6rem;
    position: relative;
    padding: 3.2rem;
    display: flex;
    align-items: flex-end;
}

.content-for>.img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.content-for-box {
    width: 100%;
    height: 12.6rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.content-for-text {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -7.6rem;
    left: 0;
    transition: all 0.3s;
}

.content-for:hover .content-for-text {
    bottom: 0;
}

.content-for:hover {
    box-shadow: 0rem 4rem 12rem 1rem rgba(5, 23, 60, 0.16);
}

.content-for-text span {
    color: #FFFFFF;
    font-size: 2.8rem;
    line-height: 3.4rem;
}

.content-for-desc{
    margin-top: 1.6rem;
    overflow: hidden;
    height: 7.6rem;
}

.content-for-text p {
    color: #FFFFFF;
    font-size: 1.6rem;
    line-height: 1.9rem;
}

@media screen and (max-width: 768px) {
    .content {
        padding: 0 0 4rem;
    }

    .content-for {
        width: 34.3rem;
        height: 22.8rem;
        margin-bottom: 1.1rem;
        padding: 1.2rem;
    }

    .content-for .img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .content-for-box {
        width: 100%;
        height: 9.2rem;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }

    .content-for-text {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.3s;
    }


    .content-for-text span {
        color: #FFFFFF;
        font-size: 1.6rem;
        line-height: 1.9rem;
    }

    .content-for-text p {
        color: #FFFFFF;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}