section.hero-banner {
background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: auto;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-content: center;
}
section.hero-banner .banner-grid {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 3em 2em;
}
section.hero-banner .content h1 span {
    color: #cd1818;
}

section.hero-banner:before {
content: "";
    background: linear-gradient(180deg, #161515 70%, #161515 100%);
    mix-blend-mode: darken;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 0;
border-radius: 20px;
}

section.hero-banner .content {
 text-align: left;
  padding: 4em 0;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

section.hero-banner .content h1,
section.hero-banner .content h1 span {
    max-width: 100%;
    margin-top: 0;
    font-size: 60px;
    line-height: 1.2;
}

section.hero-banner .content p {
    color: #fff;
    font-size: 1.4em;
    font-weight: 400;margin-bottom: 0;
}

section.hero-banner .content p a {
    font-size: 1em;
    font-weight: 500;
    color: #fff;
}

section.hero-banner .content .header-btn.big-button a.primary-button {
    max-width: max-content;
    margin: 0;
}

.trust-point ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
  text-align: left;
  justify-content: flex-start;
}

.trust-point ul li span {
    padding-left: 0.5em;
}

.trust-point ul li {
  font-size: 1em;
    margin-right: 0;
    margin-top: 1em;
}

.secure-text h4 span {
    font-weight: bold;
    color: #cd1818;
}

.secure-text h4,
.secure-text h4 span {
    font-size: 24px;
    letter-spacing: -0.4px;
    font-weight: 400;
    margin-top: 1em;
}

.car-images {
  position: relative;
  bottom: 0;
  right: 0;
}

.secure-text h4 span {
    font-weight: bold;
}
