:root {
  --bsb: #56c4ff;
}

body {
  color: #333;
  font-family: Alumni Sans;
  font-size: 14px;
  line-height: 20px;
}

.page {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #000;
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/litsourcebg-copy.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: block;
  position: relative;
}

.heading {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bruno Ace, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 5rem;
  position: relative;
}

.text-span {
  color: var(--bsb);
  padding-left: .5rem;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  position: relative;
}

.div-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.text-span-3 {
  color: var(--bsb);
  text-transform: uppercase;
  margin-top: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  display: block;
}

.link {
  color: var(--bsb);
  cursor: pointer;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .75s;
}

.link:hover {
  color: #c8c8c8;
}

.div-block-5 {
  color: #f8f8f8;
  background-color: #000000d9;
  border-radius: 6px;
  max-width: 95%;
  padding: 1.6rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 150%;
}

.bold-text-2 {
  color: var(--bsb);
  font-weight: 600;
}

.contain {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 4.5rem;
    line-height: 5rem;
  }

  .heading-2 {
    font-size: 2.2rem;
  }

  .text-span-3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .page {
    background-attachment: scroll;
  }

  .heading {
    font-size: 3rem;
    line-height: 4rem;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 1.8rem;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-span-3 {
    font-size: 1.4rem;
  }

  .div-block-5 {
    max-width: 100%;
  }

  .text-span-5 {
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .page {
    background-image: linear-gradient(#000000b5, #000000b5), url('../images/litsourcebg-copy.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-y;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    justify-content: flex-start;
    align-items: center;
  }

  .heading {
    font-size: 3.5rem;
    line-height: 3.8rem;
  }

  .text-span {
    display: block;
  }

  .heading-2 {
    font-size: 1.8rem;
    line-height: 120%;
  }

  .div-block-2 {
    position: relative;
  }

  .text-span-3 {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 130%;
  }

  .link {
    font-size: 1.1rem;
    font-weight: 400;
  }
}


