.boxM08_v2 .img {
    width: 100%;
    overflow: hidden;
    position: relative;    
}

.boxM08_v2 .img span {
    display: block;
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    z-index: 2;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.boxM08_v2 .text {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.boxM08_v2 .text h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

.boxM08_v2 .text p {
    max-width: 95%;
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 15px 0;
}


/* Mobile */
@media (max-width: 700px) {
    .fullcontainer {
        width: 100%;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }

    .boxM08_v2 .text h3 {
        font-size: 24px;
        line-height: 26px;
    }
}

@media (min-width: 1400px) {
    .fullcontainer {
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }

    .boxM08_v2 .text h3 {
        font-size: 24px;
        line-height: 26px;
    }
}

.btn_defaultM04 {
    color: var(--color-text-dark);  
    background-color: #FFFFFF;
    display: inline-block;
    padding: 10px 25px;
}

.btn_whatsapp_v2 {
    
    margin-top: 20px;
    color: #FFFFFF;
    background-color: #4fcc5d;

    display: inline-block;
    padding: 10px 25px;
}