body {
  max-width: 1024px;
  color: #333;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: #2e2e2e;
  margin-left: auto;
  margin-right: auto;
}

.section {
  background-color: #000;
}

.heading {
  letter-spacing: 4px;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 47px;
  font-weight: 500;
}

.div-block {
  max-width: 350px;
  float: left;
  color: #fff;
  margin-top: 30px;
}

.div-block-2 {
  max-width: 350px;
  float: left;
  margin-right: 40px;
}

.firstsection {
  min-height: 850px;
  background-image: url('../images/streaming1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 50px;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 38px;
}

.secondsection {
  min-height: 850px;
  background-image: url('../images/streaming2.webp');
  background-position: 0 0;
  background-size: auto;
  margin-top: 20px;
  padding-top: 60px;
}

.thirdsection {
  min-height: 850px;
  background-image: url('../images/streaming3.webp');
  background-position: 0 0;
  background-size: auto;
  margin-top: 40px;
  padding-top: 60px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  background-color: rgba(68, 68, 68, .56);
  margin-top: 40px;
  margin-left: 80px;
  margin-right: 80px;
  padding: 10px 20px;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

.list {
  color: #fff;
  background-color: rgba(39, 39, 39, .86);
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  padding-bottom: 20px;
}

.list-copy {
  color: #fff;
  background-color: rgba(39, 39, 39, .86);
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

@media screen and (max-width: 767px) {
  .text-block {
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #000;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .heading {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
  }

  .div-block {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .div-block-2 {
    margin-right: 0;
  }

  .firstsection {
    min-height: 497px;
    background-size: 512px;
    padding-top: 10px;
  }

  .text-block {
    background-color: rgba(36, 36, 36, .52);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
    line-height: 34px;
  }

  .secondsection {
    min-height: 477px;
    background-repeat: no-repeat;
    background-size: 512px;
  }

  .thirdsection {
    min-height: 507px;
    background-repeat: no-repeat;
    background-size: 512px;
  }

  .text-block-2 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .list, .list-copy {
    margin-left: 20px;
    margin-right: 10px;
    padding-left: 20px;
    font-size: 14px;
  }
}


@font-face {
  font-family: 'Raleway Variablefont Wght';
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}