/* `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) {


}
/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

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

}
/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 1024.98px) {

}
@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) {
    .progetto-body .timeline-content {
        padding: 0;
        padding-top: 2rem;
        position: relative;
    }

}
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .progetto-body .description-row {
        padding: 4rem 0.5rem 1rem;
    }
    .progetto-body hr {
        width: 80%;
    }
    .progetto-body .timeline-row {
    padding-top: 1rem;
}
.progetto-body .timeline-content .red-timeline {
    left: 6.5%;
    transform: none;
}
.progetto-body .timeline-content .row-step {
    padding-left: 2rem;
}
.progetto-body .timeline-content .row-step .titolo-step {
    text-align: left;
    padding-left: 1rem;
}

.progetto-body .timeline-content .row-step .descrizione-step {
    text-align: left;
    padding-left: 1rem;
}
.progetto-body .timeline-content .row-step .marker-step span {
    left: 0%;
}
.progetto-body .photo-row img {
    max-width: 100%;
    margin:  0.5rem;
}
}
@media(min-width: 0px) and (max-width: 991.98px) {

}
