/* ----------------------------------------------------------
   Page Banner Text Block
   Description: Page Banner Text block with background image
----------------------------------------------------------- */
.block_page-banner-text {
  position: relative;
}
.block_page-banner-text__media {
  position: relative;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}
.block_page-banner-text__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.block_page-banner-text__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  width: 100%;
}
@media (min-width: 768px) {
  .block_page-banner-text__content {
    min-height: 23.75rem;
  }
}
@media (min-width: 992px) {
  .block_page-banner-text__content {
    min-height: 45rem;
  }
}
.block_page-banner-text__content .container {
  position: relative;
  height: 12rem;
}
@media (min-width: 768px) {
  .block_page-banner-text__content .container {
    height: 23.75rem;
  }
}
@media (min-width: 992px) {
  .block_page-banner-text__content .container {
    height: 45rem;
  }
}
.block_page-banner-text__inner {
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .block_page-banner-text__inner {
    width: 35%;
  }
}
.block_page-banner-text__title {
  margin: 0.9375rem 0 0 0;
  padding: 0 0.75rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--white);
}
@media (min-width: 768px) {
  .block_page-banner-text__title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .block_page-banner-text__title {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
  }
}
.block_page-banner-text__description {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 300;
  color: var(--white);
  opacity: 0.95;
  padding: 0 0.75rem;
}
.block_page-banner-text__description p {
  margin: 0 0 0.75rem 0;
}
.block_page-banner-text__description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .block_page-banner-text__description {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .block_page-banner-text__description {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .block_page-banner-text {
    min-height: 31.25rem;
  }
}
@media (min-width: 992px) {
  .block_page-banner-text {
    min-height: 37.5rem;
  }
}
