.boxM04 {
    width: 100%;
    height: auto;
}

.boxM04 .cover {
    width: 100%;
    height: 305px;
    overflow: hidden;
    border-radius: var(--border-radius-md);
    border: 1px solid var(--color-border);
    position: relative;
}

.boxM04 .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boxM04 .text {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}

.boxM04 .text span {
    width: 100%;
    display: block;
    padding: 20px;
    position: absolute;
    bottom: 0;
}

.boxM04 h3 {
    font-size: 18px;
    color: #FFFFFF;
    margin: 20px 0 5px 0;
    font-weight: 700;
}

.boxM04 h4 {
    font-size: 13px;
    color: #FFFFFF;
    text-transform: uppercase;
}