#quattrozeroquattro {
    .row {
        display: flex;
        @extend %flexStartCenter;
        text-align: center;
        padding: 5vh 0;
        .main-title,
        .txt { display: block; width: 100%; }
        .main-title { font-size: 8em; }
        .txt {
            font-weight: $bold;
            font-family: $title;
            color: $red;
        }
        .image {
            width: 100%;
            margin: 30px 0;
            text-align: center;
            img {
                max-width: 70%;
            }
        }
    }
    @media (max-width: 767px) {
        .row {
            .image {
                img { max-width: 90%; }
            }
        }
    }
}
