.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;
  }
}

.div-block {
  background-color: #ed1f28;
  height: 50px;
}

.heading {
  font-size: 24px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  padding-top: 2px;
  font-family: Open Sans, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
}

.heading-3 {
  text-align: center;
  margin-top: 49px;
  text-decoration: none;
}

.button {
  text-align: center;
  background-color: #ed1f28;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 700;
  box-shadow: 0 2px 5px #0003;
}

.div-block-2 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

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

.image {
  margin-top: 230px;
}

.div-block-3 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  margin-top: 36px;
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 1.4em;
  }

  .link {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 1em;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    justify-content: center;
    align-items: flex-start;
    margin-top: 19px;
    display: flex;
  }

  .heading-2 {
    margin-top: 6px;
    padding-top: 0;
    font-size: 8.5px;
  }

  .heading-3 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 5px;
    font-size: 12px;
    display: flex;
  }

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

  .link {
    font-size: 15px;
  }

  .image {
    position: static;
  }

  .div-block-3 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
}


