.certificate-css{
    width: 64px;
    height: 64px;
}
.text-justify-desktop{
    text-align: justify;
}
.news-css{
    height: 400px !important;
    object-position: center;
    object-fit: cover;
}
.index-product-css{
    height: 325px !important;
    object-position: center;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .text-14{
        font-size: 2.5em !important;
    }
    .hero{
        height: 500px !important;
    }
    .certificate-css{
    margin-top: 15px !important;
    }
    .text-justify-desktop{
        text-align: left !important;
    }
    .news-css{
        height: 200px !important;
    }
    .index-product-css{
        height: 250px !important;
    }
    .button-product{
        display: block !important;
    }
    .btn-width-responsive{
        width: 100% !important;
        margin: 5px 0px !important;
        padding-left: 5px;
        padding-right: 5px;
    }
}