/* CONTENITORE PRINCIPALE */

.accurate-results-section-three {
    background-color: #000;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.accurate-results-container-three {
    padding-top: 60px;
    display: block;
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
}

/* ACCURATE RESULTS WRAPPER */

.accurate-results-wrapper-new {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

/* COLONNA SINISTRA CON TESTO */

.accurate-results-col-left {
    width: 50%;
    max-width: 600px;
    display: flex;
    justify-content: center;
}

/* CONTENUTO */

.accurate-results-content-new {
    padding-left: 32.5px;
    width: 100%;
}

/* TITOLO PRINCIPALE */

.accurate-results-title {
    font-family: Inter, sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    padding-bottom: 30px;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

/* DESCRIZIONE */

.accurate-results-description {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    padding-bottom: 30px;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

/* SOTTOTITOLO */

.accurate-results-subtitle {
    font-family: Inter, sans-serif;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600 !important;
    text-align: left;
    margin-block-end: 0px !important;
    padding-bottom: 5px;
}

/* DESCRIZIONE SOTTOTITOLO */

.accurate-results-subtitle-description {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #fff !important;
    font-weight: 300 !important;
    text-align: left;
    margin-bottom: 30px;
}

/* PULSANTE PREVENTIVO */

.btn-blu {
    width: 320px;
    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-blu:hover {
    background-color: #0067b0;
}

/* COLONNA DESTRA CON IMMAGINE */

.accurate-results-col-right {
    width: 50%;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* IMMAGINE */

.accurate-results-content-img-new {
    padding-right: 32.5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container-three {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.img-fluid-second-section,
.accurate-results-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

/* ORDER CLASSES PER RIARRANGIARE LE COLONNE */

.order-first {
    order: -1;
}

.order-last {
    order: 1;
}

.order-0 {
    order: 0;
}

/* MEDIA QUERIES */
@media (max-width: 409px) {
    .padding-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .padding-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .padding-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* CLASSI RESPONSIVE PER DIMENSIONI DIVERSE DI SCHERMO */

@media (max-width: 575.98px) {
    .order-xs-first {
        order: -1;
    }

    .order-xs-last {
        order: 1;
    }

    .order-xs-0 {
        order: 0;
    }

    .accurate-results-cols-xs-12 {
        width: 100%;
    }

    .accurate-results-cols-xs-6 {
        width: 50%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 1;
    }

    .order-sm-0 {
        order: 0;
    }

    .accurate-results-cols-sm-12 {
        width: 100%;
    }

    .accurate-results-cols-sm-6 {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 1;
    }

    .order-md-0 {
        order: 0;
    }

    .accurate-results-cols-md-12 {
        width: 100%;
    }

    .heaccurate-resultsro-cols-md-6 {
        width: 50%;
    }

    .accurate-results-cols-md-4 {
        width: 33.33%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .accurate-results-cols-lg-12 {
        width: 100%;
    }

    .accurate-results-cols-lg-6 {
        width: 50%;
    }

    .accurate-results-cols-lg-4 {
        width: 33.33%;
    }

    .accurate-results-cols-lg-3 {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .accurate-results-cols-xl-12 {
        width: 100%;
    }

    .accurate-results-cols-xl-6 {
        width: 50%;
    }

    .accurate-results-cols-xl-4 {
        width: 33.33%;
    }

    .accurate-results-cols-xl-3 {
        width: 25%;
    }
}

@media (max-width: 369px) {
    .accurate-results-container-three {
        padding-top: 30px;
    }
}

/* COLONNA SINISTRA CON TESTO */

@media (max-width: 991px) {
    .accurate-results-col-left {
        width: 50%;
        max-width: 495.5px;
    }
}

@media (max-width: 870px) {
    .accurate-results-col-left {
        width: 50%;
        max-width: 435px;
    }
}

@media (max-width: 699px) {
    .accurate-results-col-left {
        width: 100%;
        max-width: 600px;
    }
}

@media (max-width: 379px) {
    .accurate-results-col-left {
        width: 100%;
        max-width: 379px;
    }
}

/* CONTENUTO */


/* TITOLO PRINCIPALE */

@media (max-width: 1066px) {
    .accurate-results-title {
        line-height: 34px;
        font-size: 28px;
    }
}

@media (max-width: 943px) {
    .accurate-results-title {
        line-height: 34px;
        font-size: 26px;
    }
}

/* DESCRIZIONE */

@media (max-width: 1128px) {
    .accurate-results-description {
        font-size: 16px;
        line-height: 22px;
    }

    .accurate-results-description-p {
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
        padding-bottom: 6px;
    }
}

@media (max-width: 369px) {
    .accurate-results-description {
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 20px;
    }
}

/* SOTTOTITOLO */

@media (max-width: 943px) {
    .accurate-results-subtitle {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 409px) {
    .accurate-results-subtitle {
        line-height: 26px;
        font-size: 18px;
    }
}

@media (max-width: 369px) {
    .accurate-results-subtitle {
        line-height: 24px;
        font-size: 16px;
    }
}

/* DESCRIZIONE SOTTOTITOLO */

@media (max-width: 943px) {
    .accurate-results-subtitle {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 409px) {
    .accurate-results-subtitle {
        line-height: 21px;
        font-size: 15px;
    }
}

@media (max-width: 369px) {
    .accurate-results-subtitle {
        line-height: 20px;
        font-size: 14px;
    }
}

/* PULSANTE PREVENTIVO */

@media (max-width: 699px) {
    .btn-blu {
        margin-bottom: 30px;
    }
}

@media (max-width: 369px) {
    .btn-blu {
        width: 100%;
        max-width: 280px;
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 349px) {
    .btn-blu {
        font-size: 17px;
        line-height: 19px;
    }
}

/* COLONNA DESTRA CON IMMAGINE */

@media (max-width: 991px) {
    .accurate-results-col-right {
        width: 50%;
        max-width: 495.5px;
    }
}

@media (max-width: 870px) {
    .accurate-results-col-right {
        width: 50%;
        max-width: 435px;
    }
}

@media (max-width: 699px) {
    .accurate-results-col-right {
        width: 100%;
        max-width: 600px;
    }
}

@media (max-width: 414px) {
    .accurate-results-col-right {
        padding-top: 10px;
    }
}

/* IMMAGINE */


@media (max-width: 699px) {
    .image-container-three {
        padding-top: 20px !important;
    }

    .accurate-results-content-new {
        padding-left: 0px;
    }
}

@media (min-width: 992px) {
    .accurate-results-image {
        max-width: 570px;
    }
}

.btn-blu:focus,
.btn-blu:active {
    background-color: #008bee;
    outline: none;
}

@media (max-width: 409px) {
    .accurate-results-container-three {
        padding-left: 30px;
        padding-right: 30px;
    }

    .accurate-results-content-img-new {
        padding-right: 0px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .accurate-results-container-three {
        padding-left: 50px;
        padding-right: 50px;
    }

    .accurate-results-content-img-new {
        padding-right: 0px;
    }

    .btn-blu {
        width: 300px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .accurate-results-container-three {
        padding-left: 30px;
        padding-right: 30px;
    }
}