* {
    font-family: 'Lato', sans-serif;
}

.box_consult {
    position: fixed;
    height: auto;
    width: 300px;
    background: white;
    bottom: 120px;
    left: 100px;
    padding: 30px;
    z-index: 999;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    display: none;
}

@media only screen and (max-width: 768px) {
    .display-4 {
        font-size: 24px !important
    }

    .logo {
        height: 35px !important
    }

    #swiper_click {
        height: 200px !important;
    }

    .btn_contact {
        display: none !important;
    }

    .con_article {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .article img {
        width: 100% !important;
        height: auto !important;
    }

    .box_consult {
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
    }
}