.wgt-banner .heading {
  position: absolute;
  text-align: center;
  width: 100%;
  margin-top: 20%;
}
.wgt-banner .heading h3, .wgt-banner .heading p {
  position: relative;
  text-align: center;
  font-size: 80px;
  font-family: "Proxima";
  color: #000;
  font-weight: bold;
  line-height: 1.225;
  letter-spacing: -0.52px;
  margin: auto;
  display: inline-block;
}
.wgt-banner .car-form {
  margin-top: 5%;
}
.wgt-banner .car-form h3, .wgt-banner .car-form p {
  color: #ffffff;
}
.wgt-banner .banner-image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .wgt-banner .heading h3 {
    font-size: 27px !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 1024px) {
  .wgt-banner .heading h3 {
    font-size: 50px;
    margin-top: 0 !important;
  }
}
