.h1, h1 {
  font-size: 100px;
  line-height: 0.7;
}
.grupo {
  margin: 0 auto;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 45%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(229,229,229,1) 45%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(229,229,229,1) 45%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.grupo .carro {
  width: 280px;
}
.resumo h4 strong {
  color: #ffff00;
  background: #000;
  display: inline-block;
  padding: 4px 8px;
}
.resumo .img-resumo {
  background-position: top center;
  background-repeat: no-repeat;
  height: 295px;
}
.links-light a {
  color: white;
}
.p-3 {
  padding: 30px;
}
.py-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mb-3 {
  margin-bottom: 1.5rem;
}
.mb-0 {
  margin-bottom: 0;
}
.valor-de,
.valor-por {
  position: relative;
  margin: 0;
}
.valor-de::before {
  background-color: #b80000;
  border-radius: 4px;
  height: 2px;
  width: 120px;
  top: 45%;
  left: 28%;
  content: '';
  position: absolute;
  transform: rotate(-5deg);
}
@media (max-width: 900px) {
  img {
    max-width: 100%;
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .grupo {
    width: 300px;
    min-height:480px;
  }
  .grupo .carro {
    width: 100%;
  }
}