html, body {
  font-family: "Outfit", sans-serif;
    font-weight: 200;
    color: #fff;
    line-height: 150%;
      
}
.russo-one-regular {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.outfit-extralight {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
a {
  transition: all 300ms ease;
}
.text-box p {
  padding-bottom: 1rem;
  line-height: 150%;
}
.custom-list {
  padding-bottom: 1rem;
  padding-left: 2rem;
}
.custom-list li {
  list-style-type: square;
}
.text-box-content {
  line-height: 150%;
}
.text-box-content h2 {
  padding-bottom: 1rem;
  font-family: "Outfit";
  font-size: 24px;
  font-weight: bold;
}
.text-box-content p {
  padding-bottom: 1rem;
}
.text-box-content ul {
  padding-bottom: 1rem;
  padding-left: 2rem;
}
.text-box-content ul li {

  list-style-type: square !important;
}
@layer components {
  .clip-angled-section {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 0 100%);
  }

  @media (min-width: 768px) {
    .clip-angled-section {
      clip-path: polygon(0 0, 100% 50px, 100% calc(100% - 150px), 0 100%);
    }
  }
}
.splash {
  background-image: url(images/black-splash.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#offer {
  background-image: url(images/splash-second.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
#slider-time {
  background-image: url(images/splash-third.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .splash {
  background-image: url(images/black-splash.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#offer {
  background-image: url(images/splash-second.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
#slider-time {
  background-image: url(images/splash-third.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
}