.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
  max-width: 100%;
}

.content_block {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.block_1 {
  background: url(../../assets/img/hero.jpg) center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  position: relative;
}
.block_1 p {
  margin: 0;
}
.block_1 .title_text_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.block_1 .title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.block_1 .title {
  color: var(--Secondary-Platinum, #EAEAEA);
  text-align: center;
  font-family: "Switzer Variable";
  font-size: 5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 5rem */
}
.block_1 .subtitle {
  color: var(--Grey-scale-400, #C7C7C7);
  text-align: center;
  font-family: "Switzer Variable";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.875rem */
  width: 32.5625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.block_1 .link_btn {
  color: var(--Black, #000);
  font-family: "Switzer Variable";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 1rem */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 0.625rem;
  background: var(--White, #FFF);
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 1300px) {
  .content_block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .block_1 .title {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .content_block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .block_1 {
    min-height: 80vh;
  }
  .block_1 .title {
    font-size: 2.5rem;
  }
  .block_1 .subtitle {
    font-size: 1.125rem;
    width: 100%;
  }
  .block_1 .title_block {
    gap: 1.5rem;
  }
  .block_1 .title_text_block {
    gap: 1rem;
  }
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .block_1 .title {
    font-size: 2rem;
  }
}