/* VANTAGGI SECTION */

.section6BlackLaser-section {
    background-color: #efefef;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* section6BlackLaser CONTAINER */
.section6BlackLaser-container {
    padding-top: 60px;
    display: block;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
}

/*  section6BlackLaser WRAPPER */
.section6BlackLaser-wrapper {
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* section6BlackLaser */
.section6BlackLaser-cols-12 {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 1200px;
    padding-bottom: 30px;  
}



/* section6BlackLaser CONTAINER SECTIONS */
.section6BlackLaser-container-sections {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

/* COLONNE */
.section6BlackLaser-cols-1-4,
.section6BlackLaser-cols-4-4 {
    flex: 0 0 30%;
    box-sizing: border-box;
    padding-right: 40px;
}

.section6BlackLaser-cols-2-4,
.section6BlackLaser-cols-5-4 {
    flex: 0 0 30%;
    box-sizing: border-box;
    padding-right: 40px;
}

.section6BlackLaser-cols-3-4,
.section6BlackLaser-cols-6-4 {
    flex: 0 0 30%;
    box-sizing: border-box;
}


/* CONTENITORE CHE CENTRA FOTO E TITOLO */
.centraimmagini {
    display: flex;
    justify-content: center;
}

/* IMMAGINE */
.img-fluid-section6BlackLaser {
    max-width: 100%;
    height: auto;
    max-height: 600px;
    width: auto;
    object-fit: contain;
}

/* DIV NUMERI E TESTO */
.rx_flex-section6BlackLaser {
    display: flex;
    flex-wrap: wrap; 
    flex-direction: column;
    flex: 0 0 33.3333%;
    justify-content: center;
    text-align: left;
}

.titoletto-section6BlackLaser {
    color: rgb(0, 0, 0);
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    font-family: Inter, 'sans-serif';
}

/* TITOLETTO */
.service_rx-title-section6BlackLaser {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-bottom: 50px;
    color: rgb(0, 0, 0);
    margin-right: 70px;
}

.divider-section6BlackLaser {
    width: 81%;         
    max-width: 350px;   
    height: 1px;        
    background-color: #000000;
    margin-top: 15px;   
    margin-bottom: 15px;
    margin-left: 0;
    color: rgb(0, 0, 0);  
    opacity: 1;   
}

/* MEDIA QUERIES */
/* DIV IMMAGINI */

@media (max-width: 1100px) {
    .service_rx-title-section6BlackLaser {
        margin-right: 0px;
    }

    .divider-section6BlackLaser {
        width: 100%;
    }
}

@media (min-width: 700px ) and (max-width: 940px) {
    .section6BlackLaser-cols-1-4,
    .section6BlackLaser-cols-2-4,
    .section6BlackLaser-cols-3-4,
    .section6BlackLaser-cols-4-4,
    .section6BlackLaser-cols-5-4,
    .section6BlackLaser-cols-6-4,
    .rx_flex-section6BlackLaser {
       flex: 0 0 50%;
    }

    .section6BlackLaser-cols-1-4 {
        padding-right: 15px;
    }

    .section6BlackLaser-cols-2-4 {
        padding-right: 0px;
        padding-left: 15px;
    }

    .section6BlackLaser-cols-3-4 {
        padding-right: 15px;
    }

    .section6BlackLaser-cols-4-4 {
        padding-right: 0px;
        padding-left: 15px;
    }
    .section6BlackLaser-cols-5-4 {
        padding-right: 15px;
    }

    .section6BlackLaser-cols-6-4 {
        padding-right: 0px;
        padding-left: 15px;
    }

}

@media (max-width: 699px) {
    .section6BlackLaser-cols-1-4,
    .section6BlackLaser-cols-2-4,
    .section6BlackLaser-cols-3-4,
    .section6BlackLaser-cols-4-4,
    .section6BlackLaser-cols-5-4,
    .section6BlackLaser-cols-6-4,
    .rx_flex-section6BlackLaser {
       flex: 0 0 100%;
    }

    .section6BlackLaser-cols-1-4,
    .section6BlackLaser-cols-2-4,
    .section6BlackLaser-cols-3-4,
    .section6BlackLaser-cols-4-4,
    .section6BlackLaser-cols-5-4,
    .section6BlackLaser-cols-6-4 {
        padding-right: 0px;
    }

    .divider-section6BlackLaser {
        width: 100%;
        max-width: 550px;
    }
}

/* MEDIA QUERIES */
@media (max-width: 369px) {
    .titoletto-section6BlackLaser {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (min-width: 370px) and (max-width: 820px) {
    .titoletto-section6BlackLaser {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 821px) and (max-width: 943px) {
    .titoletto-section6BlackLaser {
        font-size: 27px;
        line-height: 33px;
    }
}

@media (min-width: 944px) and (max-width: 1066px) {
    .titoletto-section6BlackLaser {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 1067px) and (max-width: 1080px) {
    .titoletto-section6BlackLaser {
        font-size: 29px;
        line-height: 35px;
    }
}
/* PARAGRAFO SOTTO LE IMMAGINI */
@media (max-width: 1128px) {
    .service_rx-title-section6BlackLaser {
        font-size: 16px;
        line-height: 22px;
    }

}

@media (max-width: 369px) {
    .service_rx-title-section6BlackLaser {
        line-height: 20px;
        font-size: 14px;
    }
}

@media (max-width: 409px) {
    .section6BlackLaser-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .section6BlackLaser-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .section6BlackLaser-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

