.st-hero-bg-respo {
    background-image: url("../../assets/img/dental/hero-bg.png") !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {

    .st-text-block.st-style1 .st-text-block-text p:last-child {
        text-align: center;
    }
    

    .st-hero-text{
        display: none;
    }

    .st-hero-bg-respo {
        background-image: url("../../assets/img/dental/phone.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 500px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* .st-hero-bg {
        display: none;
    } */

    .st-hero-bg-respo {
        display: block !important;
    }

    .st-btn.st-style1.st-color6 {
        display: flex;
        font-size: 20px;
    }
/*     
    .st-hero.st-style1.st-type1 {
        padding-top: 400px;
    } */

    .st-hero-text-respo {
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .st-hero-title-respo {
        font-size: 41px;
        /* padding-bottom: 10px;
        position: relative;
        bottom: 70px !important; */
    }

    .custom_sconto span {
        font-size: 30px; 
        font-weight: bold; 
        color: #27b1d9;
    }
    .custom_sconto  {
        font-size:22px;
        line-height: 3rem;
        /* position: relative;
        bottom: 50px; */
    }


.st-text-block-title {
    text-align: center;
}
    
}

@media only screen and (min-width: 768px) {
    .st-hero-text-respo {
        display: none;
    }

/* .st-hero-bg-respo {
    display: none;
} */

    }