@media (max-width: 575.98px) {
  .jumbotron {
    background: url(../img/bg.jpg) no-repeat center;
    background-size: 130% 75vh;
    overflow: hidden;
    width: 100% !important;
    height: 75vh;
  }

  .img-logo {
    position: relative;
    text-align: center;
    margin-top: 100px;
    margin-bottom: -200px;
    z-index: 1;
  }

  .icon-logo {
    width: 100px;
    filter: drop-shadow(0 0 1rem white);
  }

  .img-car {
    display: flex;
    text-align: center;
    margin: 60px auto;
    width: 90vw;
  }

  .content {
    margin-top: -50px !important;
  }




  /* CSS End */
}