/* `xxxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1579.98px) {

}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .chisiamo-body .chisiamo-row .text .text-box {
    width: 85%;
}

}
/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .chisiamo-body .chisiamo-row .text .text-box {
        width: 90%;
    }


}
@media(min-width: 1024.98px) and (max-width: 1199.98px) {

}
/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 1024.98px) {
    .chisiamo-body .chisiamo-row .text p {
    line-height: 1.5;
}
.chisiamo-body .chisiamo-row .text  li {
    line-height: 1.5;
    margin-bottom: 1rem;
}
}
@media(min-width: 767.98px) and (max-width: 991.98px) {
}
/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 768.98px) {
    .chisiamo-body .chisiamo-row .text .text-box {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 80%;
}
.chisiamo-body .chisiamo-row .text p {
text-align: center;
}
.chisiamo-body .chisiamo-row .text  li {
text-align: center;
}
.chisiamo-body .chisiamo-row .text .text-box.box2 p {
text-align: center;
}

}
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .chisiamo-body .chisiamo-row .text .text-box {
        width: 95%;
    }
    .chisiamo-body .chisiamo-row .text {
        padding:2rem 1rem;
    }
}
@media(min-width: 0px) and (max-width: 991.98px) {
    .nav-link-chisiamo {
        font-size: 26px !important;
    }
}
