/* base_e_rover_rs4 SECTION */

.base_e_rover_rs4-section {
    background-color: #000;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* base_e_rover_rs4 CONTAINER */

.base_e_rover_rs4-container {
    padding-top: 60px;
    display: block;
    padding-left: 50px;
    padding-right: 50px;
}

/* base_e_rover_rs4 WRAPPER */

.base_e_rover_rs4-wrapper {
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* base_e_rover_rs4 */

.base_e_rover_rs4-cols-12 {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 1400px;
    padding-bottom: 40px;
}

.base_e_rover_rs4-title {
    font-family: Inter, sans-serif;
    font-size: 45px;
    line-height: 52px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    padding-bottom: 10px;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

.base_e_rover_rs4-subtitle {
    font-family: Inter, sans-serif;
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

/* base_e_rover_rs4 CONTAINER SECTIONS */

.base_e_rover_rs4-container-sections {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

/* COLONNA SINISTRA CON IMMAGINE */

.base_e_rover_rs4-cols-6 {
    width: 60%;
    display: flex;
    justify-content: center;
}

.img-fluid-base_e_rover_rs4 {
        display: block;
    max-width: 600px;
    width: 100%;
    height: auto;
    object-fit: contain;
    align-self: flex-end;
}

/* COLONNA DESTRA CON FEATURES */

.base_e_rover_rs4-cols-12-features {
    width: 40%;
       max-width: 500px;
    display: block;
    justify-content: center;
 
}

/* FEATURE 1 */

.features-block {
    display: block;
    max-width: 80%;
}


.fw-bold {
    font-family: Inter, sans-serif;
    font-size: 34px;
    line-height: 41px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

.fw-normal {
    font-family: Inter, sans-serif;
    font-size: 34px;
    line-height: 41px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding: 8px 0px;
}

.feature_heading_base_e_rover_rs4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    padding: 5px 0px;
}

.feature_heading_base_e_rover_rs4 h5 {
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    font-size: 18px;
    line-height: 24px;
    font-family: Inter, 'sans-serif';
    font-weight: 400;   
    color: #FFFFFF;
}

.description-features {
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-bottom: 80px;
}

/* FEATURE 2 */

.features-block>h3 {
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-top: 8px;
    padding-bottom: 8px;
}

.feature-block-2 {
    margin-bottom: 40px;
}

/* FEATURE 3 */

.feature-block-3 {
    margin-bottom: 40px;
}

/* ORDER CLASSES PER RIARRANGIARE LE COLONNE */

.order-first {
    order: -1;
}

.order-last {
    order: 1;
}

.order-0 {
    order: 0;
}

/* MEDIA QUERIES */

/* CLASSI RESPONSIVE PER DIMENSIONI DIVERSE DI SCHERMO */

/* EXTRA SMALL DEVICES - xs (phones, less than 576px) 
@media (max-width: 575.98px) {
    .base_e_rover_rs4-wrapper {
        flex-direction: column;
    }
    .base_e_rover_rs4-cols-xs-12 {
        width: 100%;
    }
    .base_e_rover_rs4-cols-xs-6 {
        width: 50%;
    }
    .order-xs-first {
        order: -1;
    }
    .order-xs-last {
        order: 1;
    }
    .order-xs-0 {
        order: 0;
    }
}

/* SMALL DEVICES - sm (landscape phones, 576px and up) 

@media (min-width: 576px) and (max-width: 767.98px) {
    .base_e_rover_rs4-wrapper {
        flex-direction: column;
    }
    .base_e_rover_rs4-cols-sm-12 {
        width: 100%;
    }
    .base_e_rover_rs4-cols-sm-6 {
        width: 50%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 1;
    }
    .order-sm-0 {
        order: 0;
    }
}

/* MEDIUM DEVICES - md (tablets, 768px and up) 

@media (min-width: 768px) and (max-width: 991.98px) {
    .base_e_rover_rs4-wrapper {
        flex-wrap: wrap;
    }
    .base_e_rover_rs4-cols-md-12 {
        width: 100%;
    }
    .base_e_rover_rs4-cols-md-6 {
        width: 50%;
    }
    .base_e_rover_rs4-cols-md-4 {
        width: 33.33%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 1;
    }
    .order-md-0 {
        order: 0;
    }
}

/* LARGE DEVICES - lg (desktops, 992px and up) 

@media (min-width: 992px) and (max-width: 1199.98px) {
    .base_e_rover_rs4-wrapper {
        width: 960px;
    }
    .base_e_rover_rs4-cols-lg-12 {
        width: 100%;
    }
    .base_e_rover_rs4-cols-lg-6 {
        width: 50%;
    }
    .base_e_rover_rs4-cols-lg-4 {
        width: 33.33%;
    }
    .base_e_rover_rs4-cols-lg-3 {
        width: 25%;
    }
}

/* EXTRA LARGE DEVICES - xl (large desktops, 1200px up to 1400px) 

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .base_e_rover_rs4-wrapper {
        width: 1400px;
    }
    .base_e_rover_rs4-cols-xl-12 {
        width: 100%;
    }
    .base_e_rover_rs4-cols-xl-6 {
        width: 50%;
    }
    .base_e_rover_rs4-cols-xl-4 {
        width: 33.33%;
    }
    .base_e_rover_rs4-cols-xl-3 {
        width: 25%;
    }
}

@media (min-width: 1400px) {
    .base_e_rover_rs4-wrapper {
        width: 100%;
    }
    .base_e_rover_rs4-cols-12 {
        width: 100%;
    }
    .base_e_rover_rs4-cols-11 {
        width: 91.67%;
    }
    .base_e_rover_rs4-cols-10 {
        width: 83.33%;
    }
    .base_e_rover_rs4-cols-9 {
        width: 75%;
    }
    .base_e_rover_rs4-cols-8 {
        width: 66.67%;
    }
    .base_e_rover_rs4-cols-7 {
        width: 58.33%;
    }
    .base_e_rover_rs4-cols-6 {
        width: 50%;
    }
    .base_e_rover_rs4-cols-5 {
        width: 41.67%;
    }
    .base_e_rover_rs4-cols-4 {
        width: 33.33%;
    }
    .base_e_rover_rs4-cols-3 {
        width: 25%;
    }
    .base_e_rover_rs4-cols-2 {
        width: 16.67%;
    }
    .base_e_rover_rs4-cols-1 {
        width: 8.33%;
    }
}

/* base_e_rover_rs4 CONTAINER */

@media (max-width: 409px) {
    .base_e_rover_rs4-container {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 60px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .base_e_rover_rs4-container {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .base_e_rover_rs4-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* base_e_rover_rs4 */

@media (max-width: 964px) {
    .base_e_rover_rs4-title {
        font-size: 41px;
        line-height: 48px;
    }
}

@media (max-width: 887px) {
    .base_e_rover_rs4-title {
        font-size: 39px;
        line-height: 46px;
    }
}

@media (max-width: 849px) {
    .base_e_rover_rs4-title {
        font-size: 38px;
        line-height: 45px;
    }
}

@media (max-width: 830px) {
    .base_e_rover_rs4-title {
        font-size: 37px;
        line-height: 44px;
    }
}

@media (max-width: 810px) {
    .base_e_rover_rs4-title {
        font-size: 36px;
        line-height: 43px;
    }
}

@media (max-width: 791px) {
    .base_e_rover_rs4-title {
        font-size: 35px;
        line-height: 42px;
    }
}

@media (max-width: 430px) {
    .base_e_rover_rs4-title {
        font-size: 34px;
        line-height: 41px;
    }
}

@media (max-width: 414px) {
    .base_e_rover_rs4-title {
        font-size: 32.5px;
        line-height: 40px;
    }
}

@media (max-width: 409px) {
    .base_e_rover_rs4-title {
        font-size: 33px;
        line-height: 40px;
    }
}

@media (max-width: 369px) {
    .base_e_rover_rs4-title {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (max-width: 375px) {
    .base_e_rover_rs4-title {
        font-size: 31px;
        line-height: 41px;
    }
}

@media (max-width: 369px) {
    .base_e_rover_rs4-subtitle {
        line-height: 26px;
        font-size: 18px;
    }
}

@media (min-width: 369px) and (max-width: 388px) {
    .base_e_rover_rs4-subtitle {
        line-height: 28px;
        font-size: 20px;
    }
}

@media (min-width: 389px) and (max-width: 409px) {
    .base_e_rover_rs4-subtitle {
        line-height: 30px;
        font-size: 22px;
    }
}

@media (min-width: 410px) and (max-width: 820px) {
    .base_e_rover_rs4-subtitle {
        line-height: 30px;
        font-size: 22px;
        padding-bottom: 30px;
    }
}

@media (min-width: 821px) and (max-width: 943px) {
    .base_e_rover_rs4-subtitle {
        line-height: 34px;
        font-size: 26px;
    }
}

/* COLONNA SINISTRA CON IMMAGINE */

@media (max-width: 1359px) {
    .base_e_rover_rs4-cols-6 {
        width: 50%;
        max-width: 700px;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 1200px) {
    .base_e_rover_rs4-cols-6 {
        width: 50%;
        max-width: 600px;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .base_e_rover_rs4-cols-6 {
        width: 50%;
        max-width: 495.5px;
    }
}

@media (max-width: 870px) {
    .base_e_rover_rs4-cols-6 {
        width: 50%;
        max-width: 435px;
    }
}

@media (max-width: 699px) {
    .base_e_rover_rs4-cols-6 {
        width: 100%;
        max-width: 699px;
        padding-bottom: 30px;
    }
}

@media (max-width: 379px) {
    .base_e_rover_rs4-cols-6 {
        width: 100%;
        max-width: 379px;
    }
}



/* COLONNA DESTRA CON FEATURES */

@media (max-width: 699px) {
    .base_e_rover_rs4-cols-12-features {
        width: 100%;
        max-width: 699px;
    }
}

@media (max-width: 409px) {
    .base_e_rover_rs4-cols-12-features {
        width: 100%;
        max-width: 409px;
    }
}

/* FEATURE 1 */

@media (max-width: 1080px) {
    .features-block {
        max-width: 100%;
        padding-bottom: 30px;
    }
    .feature-block-1 {
        margin-bottom: 0px;
    }
}

@media (max-width: 1080px) {
    .fw-bold {
        font-size: 32px;
        line-height: 39px;
    }
}

@media (max-width: 1066px) {
    .fw-bold {
        font-size: 31px;
        line-height: 38px;
    }
}

@media (max-width: 943px) {
    .fw-bold {
        font-size: 28px;
        line-height: 35px;
    }
}

@media (max-width: 820px) {
    .fw-bold {
        font-size: 26px;
        line-height: 29px;
    }
}

@media (max-width: 369px) {
    .fw-bold {
        font-size: 24px;
        line-height: 26px;
    }
}

@media (max-width: 1080px) {
    .fw-normal {
        font-size: 32px;
        line-height: 39px;
    }
}

@media (max-width: 1066px) {
    .fw-normal {
        font-size: 31px;
        line-height: 38px;
    }
}

@media (max-width: 943px) {
    .fw-normal {
        font-size: 28px;
        line-height: 35px;
    }
}

@media (max-width: 820px) {
    .fw-normal {
        font-size: 26px;
        line-height: 29px;
    }
}

@media (max-width: 369px) {
    .fw-normal {
        font-size: 24px;
        line-height: 26px;
    }
}

@media (max-width: 369px) {
    .description-features {
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 20px;
    }
}

/* FEATURE 2 */

@media (max-width: 1080px) {
    .feature-block-2 {
        margin-bottom: 0px;
    }
}

/* FEATURE 3 */

@media (max-width: 699px) {
    .feature-block-3, .description-features-3 {
        padding-bottom: 0px!important;
    }
}

@media (max-width: 1080px) {
    .feature-block-3 {
        margin-bottom: 0px;
    }
}

@media (max-width: 1080px) {
    .description-features-3 {
        padding-bottom: 30px;
    }
}

@media (max-width: 369px) {
    .description-features-3 {
        padding-bottom: 0px;
    }
}

@media (max-width: 1128px) {
    .feature_heading_base_e_rover_rs4 h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .feature_heading_base_e_rover_rs4 h5 {
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
    }
}

@media (max-width: 369px) {
    .feature_heading_base_e_rover_rs4 h5 {
        line-height: 20px;
        font-size: 14px;
    }
}


@media (max-width: 699px) {
    .description-features {
        padding-bottom: 0px;
    }
}