/* RXSECTION3 SECTION */

.section3R1-section {
    background-color: #fff;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* RXSECTION3 CONTAINER */

.section3R1-container {
    display: block;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
}

/* RXSECTION3 CONTAINER SECTIONS */

.section3R1-container-sections {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

/* COLONNE */

.section3R1-cols-4 {
    flex: 0 0 33.3333%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}

.section3R1-2-cols-4 {
    flex: 0 0 33.3333%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}

.section3R1-3-cols-4 {
    flex: 0 0 33.3333%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}


/* TITOLO */

.section3R1-title {
    font-family: Inter, sans-serif;
    color: #000000;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-bottom: 20px
}


/* SOTTOTITOLO */

.section3R1-subtitle {
    font-family: Inter, sans-serif;
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: #000000;
    padding-bottom: 20px;
}

/* DESCRIZIONE */
.section3R1-description {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

/* MEDIA QUERIES */
@media (max-width: 409px) {
    .section3R1-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .section3R1-container {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .section3R1-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 700px) and (max-width: 750px) {
    .section3R1-cols-4 {
        flex: 0 0 50%;
        padding-bottom: 50px;
    }

    .section3R1-2-cols-4 {
        flex: 0 0 50%;
        padding-bottom: 50px;
    }

    .section3R1-3-cols-4 {
        flex: 0 0 100%;
    }
}

@media (max-width: 699px) {
    .section3R1-cols-4 {
        flex: 0 0 100%;
        padding-bottom: 50px;
        padding-top: 30px;
    }

    .section3R1-2-cols-4 {
        flex: 0 0 100%;
        padding-bottom: 50px;
    }

    .section3R1-3-cols-4 {
        flex: 0 0 100%;
    }

    .section3R1-container {
        padding-top: 0px;
    }
}


/* TITOLO */
@media (max-width: 369px) {
    .section3R1-title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 370px) and (max-width: 375px) {
    .section3R1-title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 376px) and (max-width: 409px) {
    .section3R1-title {
        font-size: 27px;
        line-height: 33px;
    }
}

@media (min-width: 410px) and (max-width: 414px) {
    .section3R1-title {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 415px) and (max-width: 430px) {
    .section3R1-title {
        font-size: 29px;
        line-height: 35px;
    }
}

@media (min-width: 431px) and (max-width: 791px) {
    .section3R1-title {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 792px) and (max-width: 810px) {
    .section3R1-title {
        font-size: 31px;
        line-height: 37px;
    }
}

@media (min-width: 811px) and (max-width: 830px) {
    .section3R1-title {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (min-width: 831px) and (max-width: 849px) {
    .section3R1-title {
        font-size: 33px;
        line-height: 39px;
    }
}


@media (min-width: 850px) and (max-width: 964px) {
    .section3R1-title {
        font-size: 35px;
        line-height: 41px;
    }
}

/* SOTTOTITOLO */

@media (max-width: 369px) {
    .section3R1-subtitle {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 370px) and (max-width: 820px) {
    .section3R1-subtitle {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 821px) and (max-width: 943px) {
    .section3R1-subtitle {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 944px) and (max-width: 1066px) {
    .section3R1-subtitle {
        font-size: 31px;
        line-height: 37px;
    }
}

@media (min-width: 1067px) and (max-width: 1080px) {
    .section3R1-subtitle {
        font-size: 32px;
        line-height: 38px;
    }
}


/* DESCRIZIONE */
@media (max-width: 1128px) {
    .section3R1-description {
        font-size: 16px;
        line-height: 22px;
    }

    .section3R1-description {
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
    }
}

@media (max-width: 369px) {
    .section3R1-description {
        line-height: 20px;
        font-size: 14px;
    }
}

@media (max-width: 699px) {

    .section3R1-cols-4,
    .section3R1-2-cols-4,
    .section3R1-3-cols-4 {
        padding-left: 0px;
        padding-right: 0px;
    }
}