@media (min-width: 320px) {
  header {
    background-image: url(../image/bg-header-mobile.webp);
    background-position: center;
    background-size: cover;
    height: 144px;
  }
  .breadcrumb {
    font-size: 0.9rem;
  }
  .quem-somos .logos-get img {
    width: 100px;
    height: 45px;
  }
  .img-get-auto,
  .img-get-energia{
    width: 60%;
  }
  .news-top{
    height: 600px;
  }
}
@media (min-width: 576px) {
  .img-get-auto,
  .img-get-energia{
    width: auto;
  }
  .news-top{
    height: 670px;
  }
}
@media (min-width: 768px) {
  .breadcrumb {
    font-size: 0.9rem;
  }
}
@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 {
    background-image: url(../image/bg-header-desk.webp);
  }
  header h2 {
    font-size: 2rem;
  }
  .news-center .card {
    width: 300px;
  }
  .news-top{
    height: 450px;
  }
}
