@media (min-width: 320px){
    header{
        background-image: url(../image/bg-header-mobile.webp);
        background-position:center;
        background-size:cover;
        height: 144px;
    }
    .breadcrumb{
        font-size:.9rem;
    }
    .quem-somos .logos-get img{
        width: 100px;
        height: 45px;
    }
    .img-get-energia,
    .img-get-auto{
        width: 60%;
    }
    .news-top{
        height: 600px;
    }
}
@media (min-width: 576px){
    .img-get-energia,
    .img-get-auto{
        width: 60%;
    }
}
@media (min-width: 768px){
    .breadcrumb{
        font-size:.9rem;
    }
    .news-top {
        height: 670px;
    }
}
@media (min-width: 992px){
    header{
        background-image: url(../image/bg-header-desk.webp);
        height: 130px;
    }
    header h2{
        font-size:1.7rem;
    }
    .news-top {
        height: 1000px;
    }
}
@media (min-width: 1200px){
    .news-center .card{
        width: 270px;
    }
    .quem-somos .logos-get img{
        width: auto;
        height: auto;
    }
    .news-top{
        height: 510px;
    }
    .news-center{
        height: 325px;
    }
}
@media (min-width:1400px){
    header h2{
        font-size:2rem;
    }
    .news-center .card{
        width: 300px;
    }
    .news-top{
        height: 450px;
    }
}

