.background-video-2 {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-block {
  width: 350px;
  height: 80px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #d50f0f;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-block:hover {
  background-color: rgba(15, 104, 213, .48);
}

.text-block {
  color: #fff;
  letter-spacing: 0;
  flex: 0 auto;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
}

.div-block {
  flex-direction: column;
  flex: 0 15 auto;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading {
  color: #d6d6d6;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
}

.heading-2 {
  color: #fff;
  margin-top: 4rem;
  font-family: Oswald, sans-serif;
}

.image-3 {
  max-width: 40%;
  margin-top: 40px;
}

@media screen and (min-width: 1440px) {
  .background-video-2 {
    border-radius: 1px;
  }

  .link-block {
    background-color: #d50f0f;
  }

  .text-block {
    letter-spacing: 0;
  }

  .heading {
    font-size: 1.6rem;
  }

  .heading-2 {
    font-family: Oswald, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    margin-top: 150px;
  }

  .heading {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 1.3rem;
  }

  .image-3 {
    max-width: 60%;
  }
}

@media screen and (max-width: 479px) {
  .image-4 {
    font-size: 1rem;
  }

  .link-block {
    width: 250px;
    height: 60px;
    background-color: red;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    -webkit-text-stroke-color: red;
    font-size: .9rem;
  }

  .div-block {
    margin-top: 150px;
  }

  .heading {
    font-size: 1rem;
  }

  .image-3 {
    max-width: 70%;
  }
}
