@charset "UTF-8";

#ttt-banner {
  background: url(https://media.webfleet.com/legacy/ttt/lib/assets/ttt/img/backgrounds/get-demo.jpg) center center no-repeat;
  background-size: cover;
}

#ttt-banner h1 {
  padding-top: 38px;
}

@media (min-width:1024px) and (max-width:1279px) {
  #ttt-banner h1 {
    padding-top: 30px;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  #ttt-banner h1 {
    padding-top: 22px;
  }
}

@media (max-width:767px) {
  #ttt-banner h1 {
    padding-top: 0;
  }
}

.gap-top {
  margin-top: 12.5px;
}

#why-tomtom .title-primary:before {
  height: 0;
  z-index: -1;
  -webkit-box-shadow: 0 7px 130px 90px #fff;
  box-shadow: 0 7px 130px 90px #fff;
  opacity: .85;
  content: " ";
  position: absolute;
  top: 42px;
  left: 40px;
  right: 40px;
}

#why-tomtom .col-wrapper {
  border-color: #d0d4d7;
}