* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}

body {
  overflow-x: hidden;
  padding: 0;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  outline: 0px;
}

/* Header and Navbar */
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.5s ease all;
  z-index: 1024;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* Banner */
.banner-section {
  width: 100%;
  height: 480px;
  background: url(../../assets/TermsBG.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
}

.banner-section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 218px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 93.12%);
}

.banner-section h1 {
  position: relative;
  z-index: 1;
  font-weight: 800;
  font-size: 42px;
  line-height: 50px;
}

.banner-section h1 span {
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  display: block;
}

.user-trip-wrapper {
  padding: 60px 0;
}

.vetted-left-text-img {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

.how-we-work p {
  font-size: 18px;
  line-height: 22px;
  color: #525252;
}

.how-we-work h3,
.how-we-work h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #04717a;
  margin-bottom: 10px;
}

::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}

@media (min-width: 991px) {
  .vetted-left-text-img {
    margin-left: 180px;
    margin-right: 180px;
  }
}
