.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Oswald Variable Font, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

.nav-section {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.nav-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container {
  max-width: 1240px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container.lg {
  max-width: 1390px;
}

.nav-cta {
  background-color: #e9be0b;
  padding: 14px 25px;
  font-size: 18px;
  line-height: 18px;
}

.hero-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  height: 845px;
  position: absolute;
  inset: 0%;
}

.hero-section {
  min-height: 845px;
  position: relative;
}

.hero-content {
  padding-top: 500px;
}

.hero-heading {
  color: #fff;
  text-align: center;
  background-color: #313233;
  font-size: 50px;
  line-height: 60px;
}

.banner-section {
  background-color: #000;
}

.banner-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-section {
  position: relative;
}

.info-content {
  padding-top: 70px;
}

.paragraph {
  text-align: center;
  font-size: 20px;
  line-height: 40px;
}

.info-separator {
  background-color: #c21312;
  width: 100%;
  max-width: 20%;
  height: 2px;
  margin: 20px auto 70px;
}

.info-cards-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.info-card {
  width: 560px;
  max-width: 40vw;
}

.info-text-container {
  z-index: 1;
  background-color: #fff;
  padding: 50px 100px;
  position: relative;
  box-shadow: 0 0 15px #c6caca66;
}

.info-text {
  margin-bottom: 40px;
  font-family: Roboto Font, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
}

.body {
  color: #313233;
}

.dark-bg {
  background-color: #000;
  width: 100%;
  height: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.info-text-name {
  font-size: 20px;
  line-height: 40px;
}

.items-section {
  background-color: #000;
  min-height: calc(100vh - 250px);
}

.items-content {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.items-img {
  width: 700px;
  max-width: 40vw;
}

.items-heading {
  color: #fff;
  font-size: 26px;
}

.items-separator {
  background-color: #c21312;
  width: 90px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.items-subheading {
  color: #fff;
  margin-bottom: 32px;
  font-family: Roboto Font, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.item-text {
  color: #fff;
  font-family: Roboto Font, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.contact-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-2 {
  color: #090909;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
}

.footer-section {
  background-color: #0b0b0b;
}

.footer-content {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.footer-link {
  color: #fff;
  font-family: Roboto Font, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.email-link {
  color: #090909;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .hero-content {
    padding-top: 200px;
  }
  
  .hero-heading {
    font-size: 38px;
    line-height: 50px;
  }

  .info-cards-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .info-text-container {
    padding: 32px;
  }

  .info-text {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 42px;
  }

  .items-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .items-img {
    max-width: 100%;
  }

  .contact-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-logo {
    width: 270px;
  }

  .info-content {
    padding-top: 70px;
  }

  .info-cards-container {
    flex-flow: column;
  }

  .info-card {
    max-width: 100%;
  }

  .info-text {
    font-size: 26px;
    line-height: 40px;
  }

  .items-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .paragraph-2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .nav-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-heading {
    font-size: 32px;
  }

  .info-text-container {
    padding: 20px;
  }

  .info-text {
    font-size: 20px;
    line-height: 36px;
  }

  .paragraph-2 {
    font-size: 21px;
    line-height: 34px;
  }
}


@font-face {
  font-family: 'Oswald Variable Font';
  src: url('../fonts/Oswald-VariableFont_wght.woff2') format('woff2');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Font';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Font';
  src: url('../fonts/Roboto-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
