﻿strong {
    color: #017f01;
}

.ct-About {
    background-image: url(../Content/Img/abouPage.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.colAbout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about_title {
    color: #017f01;
}

ul {
    list-style-type: none;
    padding: 0;
}
/* Per dispositivi extra small (XS) */
@media (max-width: 576px) {
    .ct-About {
        height: 200px;
    }

    .rowAbout {
        height: 200px;
    }

    .sub_intestation {
        font-size: 2rem;
        color: white;
        font-weight: bold;
    }

    .ct-text-about {
        margin-top: 3rem;
    }

    .about_title {
        font-size: 1rem;
        font-weight: bold;
        margin-bottom: 1.8rem;
    }

    .intestation {
        font-size: 1.8rem;
        color: #017f01;
    }

    .text-about {
        font-size: 1.2rem;
        margin-top: 1rem;
    }

    .centerCircle {
        font-size: 1.8rem;
        color: #017f01;
    }

    .circle-box {
        margin-bottom: 1.2rem;
    }

    .mission {
        background: #ffffff; /* Sfondo bianco per contrasto */
        padding: 20px;
        border-radius: 15px; /* Angoli arrotondati */
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Ombra morbida e diffusa */
        font-size: 1.2rem; /* Testo leggermente più grande */
        line-height: 1.6; /* Migliore leggibilità */
        color: #333; /* Testo scuro per contrasto */
        max-width: 800px; /* Larghezza massima per evitare testi troppo larghi */
        margin: 20px auto; /* Centra il blocco */
    }

    .icon-check {
        font-size: 1.8rem;
        color: #017f01;
    }

    .check-list {
        margin-bottom: 1.5rem;
    }

    .intestation-check {
        font-size: 1.8rem;
        color: #017f01;
        margin-bottom: 15px;
    }

    .text-about-4 {
        text-align: center;
        font-size: 1.2rem;
        margin-top: 1rem;
    }

    .img-relax-acustic {
        border-radius: 10px;
    }
}

/* Per dispositivi small (SM) */
@media (min-width: 576px) and (max-width: 767px) {
    .ct-About {
        height: 200px;
    }

    .rowAbout {
        height: 200px;
    }

    .sub_intestation {
        font-size: 2rem;
        color: white;
        font-weight: bold;
    }

    .ct-text-about {
        margin-top: 3rem;
    }

    .about_title {
        font-size: 1rem;
        font-weight: bold;
        margin-bottom: 1.8rem;
    }

    .intestation {
        font-size: 1.8rem;
        color: #017f01;
    }

    .text-about {
        font-size: 1.2rem;
        margin-top: 1rem;
    }

    .centerCircle {
        font-size: 1.8rem;
        color: #017f01;
    }

    .circle-box {
        margin-bottom: 1.2rem;
    }

    .mission {
        background: #ffffff; /* Sfondo bianco per contrasto */
        padding: 20px;
        border-radius: 15px; /* Angoli arrotondati */
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Ombra morbida e diffusa */
        font-size: 1.2rem; /* Testo leggermente più grande */
        line-height: 1.6; /* Migliore leggibilità */
        color: #333; /* Testo scuro per contrasto */
        max-width: 800px; /* Larghezza massima per evitare testi troppo larghi */
        margin: 20px auto; /* Centra il blocco */
    }

    .icon-check {
        font-size: 1.8rem;
        color: #017f01;
    }

    .check-list {
        margin-bottom: 1.5rem;
    }

    .intestation-check {
        font-size: 1.8rem;
        color: #017f01;
        margin-bottom: 15px;
    }

    .text-about-4 {
        text-align: center;
        font-size: 1.2rem;
        margin-top: 1rem;
    }

    .img-relax-acustic {
        border-radius: 10px;
    }
}

/* Per dispositivi medium (MD) */
@media (min-width: 767px) and (max-width: 991px) {
    .ct-About {
        height: 300px;
    }

    .rowAbout {
        height: 300px;
    }

    .sub_intestation {
        font-size: 2.5rem;
        color: white;
        font-weight: bold;
    }

    .ct-text-about {
        margin-top: 3rem;
    }

    .about_title {
        font-size: 1.3rem;
        font-weight: bold;
        margin-bottom: 1.5rem;
    }

    .intestation {
        font-size: 2rem;
        color: #017f01;
    }

    .text-about {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .centerCircle {
        font-size: 2rem;
        color: #017f01;
        font-weight: bold;
    }

    .circle-box {
        margin-bottom: 1.2rem;
    }

    .mission {
        background: #ffffff; /* Sfondo bianco per contrasto */
        padding: 20px;
        border-radius: 15px; /* Angoli arrotondati */
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Ombra morbida e diffusa */
        font-size: 1.2rem; /* Testo leggermente più grande */
        line-height: 1.6; /* Migliore leggibilità */
        color: #333; /* Testo scuro per contrasto */
        max-width: 800px; /* Larghezza massima per evitare testi troppo larghi */
        margin: 20px auto; /* Centra il blocco */
    }

    .icon-check {
        font-size: 2rem;
        color: #017f01;
    }

    .check-list {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }

    .intestation-check {
        font-size: 2rem;
        color: #017f01;
        margin-bottom: 20px;
    }

    .text-about-4 {
        text-align: center;
        font-size: 1.4rem;
        margin-top: 1rem;
    }

    .img-relax-acustic {
        border-radius: 10px;
    }
}

/* Per dispositivi large (LG) */
@media (min-width: 992px) and (max-width: 1200px) {
    .ct-About {
        height: 300px;
    }

    .rowAbout {
        height: 300px;
    }

    .sub_intestation {
        font-size: 2.5rem;
        color: white;
        font-weight: bold;
    }

    .ct-text-about {
        margin-top: 3rem;
    }

    .about_title {
        font-size: 1.3rem;
        font-weight: bold;
        margin-bottom: 1.5rem;
    }

    .intestation {
        font-size: 2rem;
        color: #017f01;
    }

    .text-about {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .centerCircle {
        font-size: 2rem;
        color: #017f01;
        font-weight: bold;
    }

    .circle-box {
        margin-bottom: 1.2rem;
    }

    .mission {
        background: #ffffff; /* Sfondo bianco per contrasto */
        padding: 20px;
        border-radius: 15px; /* Angoli arrotondati */
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Ombra morbida e diffusa */
        font-size: 1.2rem; /* Testo leggermente più grande */
        line-height: 1.6; /* Migliore leggibilità */
        color: #333; /* Testo scuro per contrasto */
        max-width: 800px; /* Larghezza massima per evitare testi troppo larghi */
        margin: 20px auto; /* Centra il blocco */
    }

    .icon-check {
        font-size: 2rem;
        color: #017f01;
    }

    .check-list {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }

    .intestation-check {
        font-size: 2rem;
        color: #017f01;
        margin-bottom: 20px;
    }

    .text-about-4 {
        text-align: center;
        font-size: 1.4rem;
        margin-top: 1rem;
    }

    .img-relax-acustic {
        border-radius: 10px;
    }
}

/* Per dispositivi extra large (XL) */
@media (min-width: 1200px) and (max-width: 1400px) {
    .ct-About {
        height: 350px;
    }

    .rowAbout {
        height: 350px;
    }

    .sub_intestation {
        font-size: 2.5rem;
        color: white;
        font-weight: bold;
    }

    .ct-text-about {
        margin-top: 3rem;
    }

    .about_title {
        font-size: 1.3rem;
        font-weight: bold;
        margin-bottom: 1.5rem;
    }

    .intestation {
        font-size: 2rem;
        color: #017f01;
    }

    .text-about {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .centerCircle {
        font-size: 2rem;
        color: #017f01;
        font-weight: bold;
    }

    .circle-box {
        display: none;
    }

    .mission {
        margin-top: 2rem;
    }

    .col-image-t60 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .icon-check {
        font-size: 2rem;
        color: #017f01;
    }

    .check-list {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }

    .intestation-check {
        font-size: 2rem;
        color: #017f01;
        margin-bottom: 20px;
    }

    .row3 {
        margin-bottom: 1.5rem;
    }

    .text-about-4 {
        text-align: center;
        font-size: 2rem;
        margin-top: 1.5rem;
    }

    .col-img-relax-acustic {
        display: flex;
        justify-content: center;
    }

    .img-relax-acustic {
        border-radius: 10px;
        width: 800px;
    }
}

/* Per dispositivi extra extra large (XXL) */
@media (min-width: 1400px) {
    .ct-About {
        height: 350px;
    }

    .rowAbout {
        height: 350px;
    }

    .sub_intestation {
        font-size: 2.5rem;
        color: white;
        font-weight: bold;
    }

    .ct-text-about {
        margin-top: 3rem;
    }

    .about_title {
        font-size: 1.3rem;
        font-weight: bold;
        margin-bottom: 1.5rem;
    }

    .intestation {
        font-size: 2rem;
        color: #017f01;
    }

    .text-about {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .centerCircle {
        font-size: 2rem;
        color: #017f01;
        font-weight: bold;
    }

    .circle-box {
        display: none;
    }

    .mission {
        margin-top: 2rem;
    }

    .col-image-t60 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .icon-check {
        font-size: 2rem;
        color: #017f01;
    }

    .check-list {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }

    .intestation-check {
        font-size: 2rem;
        color: #017f01;
        margin-bottom: 20px;
    }

    .row3 {
        margin-bottom: 1.5rem;
    }

    .text-about-4 {
        text-align: center;
        font-size: 2rem;
        margin-top: 1.5rem;
    }

    .col-img-relax-acustic {
        display: flex;
        justify-content: center;
    }

    .img-relax-acustic {
        border-radius: 10px;
        width: 800px;
    }
}
