.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.block-main {
  background-image: linear-gradient(#00000094, #00000094), url('../images/main-photo5_1.webp');
  background-position: 0 0, 8% 0;
  background-size: auto, cover;
  min-height: 100vh;
  position: relative;
}

.logo-option {
  z-index: 5;
  text-align: right;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-right: 0%;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.up-link-box {
  text-align: right;
  max-width: 15%;
}

.image {
  max-width: 100%;
}

.block-heading {
  max-width: 50%;
  position: absolute;
  inset: 30% auto 30% 5%;
}

.container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading {
  color: #fff;
  font-size: 38px;
  line-height: 150%;
}

.body {
  font-family: Fira Sans, sans-serif;
}

.sup-date-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  display: grid;
}

.sup-text {
  color: #ff6801;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.date-text {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}

.text-block {
  color: #000;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
}

.heading-block {
  background-color: #ff6900;
}

.heading-2 {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 36px;
  line-height: 150%;
}

.text-block-2 {
  color: #000;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
}

.block-quote {
  background-color: #efefef;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

.text-block-3 {
  color: #000;
  font-size: 16px;
  line-height: 150%;
}

.block-lapky {
  text-align: right;
  border: 1px #000;
  border-bottom-style: solid;
  max-width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.block-footer {
  background-color: #efefef;
}

.text-block-4 {
  color: #000;
}

.block-img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-span {
  color: #ff6801;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

.text-block-5 {
  color: #505050;
  text-align: center;
  margin-top: 8px;
  font-size: 12px;
  font-style: italic;
}

@media screen and (min-width: 1440px) {
  .block-main {
    font-size: 38px;
  }

  .block-heading {
    top: 40%;
    bottom: 20%;
  }

  .heading {
    font-size: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .image {
    max-width: 70%;
  }

  .heading {
    font-size: 46px;
  }
}

@media screen and (max-width: 991px) {
  .block-main {
    background-image: linear-gradient(#00000078, #00000078), url('../images/main-photo5_1.webp');
    background-position: 0 0, 50%;
    min-height: 80vh;
  }

  .up-link-box {
    max-width: 20%;
  }

  .image {
    max-width: 100%;
  }

  .heading {
    font-size: 35px;
  }

  .heading-2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .logo-option {
    text-align: left;
    left: 5%;
  }

  .up-link-box {
    text-align: left;
    max-width: 30%;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading {
    font-size: 27px;
  }

  .heading-2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .block-main {
    background-image: linear-gradient(#00000082, #00000082), url('../images/main-ph2_1.webp');
    background-position: 0 0, 54%;
  }

  .up-link-box {
    max-width: 40%;
  }

  .image {
    max-width: 100%;
  }

  .block-heading {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
  }

  .sup-date-box {
    margin-bottom: 20px;
  }

  .heading-2 {
    font-size: 24px;
  }

  .img-quote {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .text-block-5 {
    text-align: center;
  }

  .image-2 {
    max-width: 50%;
  }
}


