.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 {
  width: 50%;
}

.image {
  filter: drop-shadow(0 2px 4px #000000eb);
  width: 100%;
}

.background-video {
  z-index: 1;
  height: 100%;
  position: relative;
  inset: 0%;
}

.container {
  z-index: 30;
  background-image: linear-gradient(#fff0 61%, #4a555d);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section {
  min-height: 100vh;
}

.section-2 {
  z-index: 20;
  background-image: linear-gradient(#000000a6, #4a555da6);
  position: relative;
  inset: 0%;
}

.section-3 {
  text-align: center;
  background-color: #48f3c0;
}

.div-block-2 {
  padding: 5px 20px;
}

.text-block {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.zzlocal-link {
  color: #000;
}

.heading-div {
  width: 75%;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 5px #000000bf;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.phone {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  transition: all .5s;
}

.phone:hover {
  color: #00000080;
}

.phone.address {
  font-size: 18px;
}

.phone-address-div {
  justify-content: space-around;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.phone-link {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .div-block {
    width: 75%;
  }
}

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

  .container {
    padding-bottom: 40px;
  }

  .section {
    max-height: 1000px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    width: 100%;
  }

  .section {
    max-height: none;
  }

  .phone-address-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }
}


