.img_full_width_rs4-section {
    background-image: url('../images/costruito-per-stare-al-passo-con-te-sul-campo-emlid-reach-rx2-strumenti-topografici.webp');
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: black;
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 70vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* rimane centrato orizzontalmente */
    align-items: flex-end;
    /* sposta il contenuto in basso */
    padding-bottom: 60px;
    /* distanza dal fondo, puoi regolare */
}


body {
    margin: 0;
    padding: 0;
}


/* titolo */

.img_full_width_rs4-section-title {
    font-size: 45px;
    line-height: 52px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: #fff;
}

/* Contenitore del testo */

.img_full_width_rs4-container {
    position: relative;
    z-index: 1;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

/* Descrizione */

.description-img_full_width_rs4 {
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: #fff;
    padding-bottom: 30px;
}

/* Bottone */

.btn-blu-img_full_width_rs4 {
    width: 300px;
    height: 54px;
    background-color: #008bee;
    border: 0px;
    border-radius: 30px;
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff !important;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.btn-preventivo-img_full_width_rs4 {
    background-color: #007BFF;
    color: #fff;
    transition: background-color 0.3s ease;
}

.btn-blu-img_full_width_rs4:hover {
    background-color: #0056b3;
}

/* MEDIA QUERIES */

/* img_full_width_rs4 CONTAINER */

@media (max-width: 409px) {
    .img_full_width_rs4-container {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 0px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .img_full_width_rs4-container {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 60px;
        padding-bottom: 0px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .img_full_width_rs4-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* img_full_width_rs4 */

@media (max-width: 699px) {
    .img_full_width_rs4-cols-xl-12.img_full_width_rs4-cols-xs-12.img_full_width_rs4-cols-sm-12.img_full_width_rs4-cols-md-12.img_full_width_rs4-cols-lg-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* TITOLO SEZIONE*/

/* < 369PX */
@media (max-width: 368px) {
    .img_full_width_rs4-section-title {
        font-size: 31px;
        line-height: 40px;
    }
}

/*  Da 369px a 374px */
@media (min-width: 369px) and (max-width: 374px) {
    .img_full_width_rs4-section-title {
        font-size: 31px;
        line-height: 40px;
    }
}

/*  Da 375px a 408px */
@media (min-width: 375px) and (max-width: 408px) {
    .img_full_width_rs4-section-title {
        font-size: 32px;
        line-height: 41px;
    }
}

/*  Da 409px a 413px */
@media (min-width: 409px) and (max-width: 413px) {
    .img_full_width_rs4-section-title {
        font-size: 33px;
        line-height: 40px;
    }
}

/*  Da 414px a 429px */
@media (min-width: 414px) and (max-width: 429px) {
    .img_full_width_rs4-section-title {
        font-size: 32.5px;
        line-height: 40px;
    }
}

/*  Da 430px a 790px */
@media (min-width: 430px) and (max-width: 790px) {
    .img_full_width_rs4-section-title {
        font-size: 34px;
        line-height: 41px;
    }
}

/* Da 791px a 809px */
@media (min-width: 791px) and (max-width: 809px) {
    .img_full_width_rs4-section-title {
        font-size: 35px;
        line-height: 42px;
    }
}

/* Da 810px a 829px */
@media (min-width: 810px) and (max-width: 829px) {
    .img_full_width_rs4-section-title {
        font-size: 36px;
        line-height: 43px;
    }
}

/* Da 830px a 848px */
@media (min-width: 830px) and (max-width: 848px) {
    .img_full_width_rs4-section-title {
        font-size: 37px;
        line-height: 44px;
    }
}

/* Da 849px a 886px */
@media (min-width: 849px) and (max-width: 886px) {
    .img_full_width_rs4-section-title {
        font-size: 38px;
        line-height: 45px;
    }
}

/* Da 887px a 963px */
@media (min-width: 887px) and (max-width: 963px) {
    .img_full_width_rs4-section-title {
        font-size: 39px;
        line-height: 46px;
    }
}

/* Da 964px a 1066px */
@media (min-width: 964px) and (max-width: 1066px) {
    .img_full_width_rs4-section-title {
        font-size: 41px;
        line-height: 48px;
    }
}

/* Da 1067px a 1231px */
@media (min-width: 1067px) and (max-width: 1231px) {
    .img_full_width_rs4-section-title {
        font-size: 43px;
        line-height: 51px;
    }
}



@media (max-width: 369px) {
    .description-img_full_width_rs4 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}

/* Tablet: max-width 1024px */

@media (max-width: 1024px) and (min-width: 700px) {
    .img_full_width_rs4-section {
        min-height: 60vh;
    }

    .img_full_width_rs4-section::before {
        height: 60vh;
    }
}

/* Smartphone: max-width 699px */

@media (max-width: 699px) {
    .img_full_width_rs4-section {
        min-height: 53vh;
    }

    .img_full_width_rs4-section::before {
        height: 53vh;
    }
}