.header {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.mobile-navigation .content {
  height: auto;
}
.bread {
  position: absolute;
  top: 7rem;
  left: 3rem;
  z-index: 9;
  padding-inline: 1rem;

  @media (max-width: 991px) {
    position: relative;
    top: auto;
    right: 0;
    z-index: 9;
    padding: 0;
  }
}
.bread a {
  color: #444;
}
.breadcrumbs ul > li:after {
  color: #ebbe06;
}
.page-header {
  height: 540px;

  @media (max-width: 991px) {
    height: auto;
  }
}
.page-content-head {
  padding-top: 0;
  position: relative;
  align-items: flex-start;
  z-index: 9;
  border-bottom: none;

  @media (max-width: 991px) {
    height: auto;
  }
}
.rich-content h2 {
  font-weight: 500;
  font-size: calc(2vw + 16px);
  line-height: auto;
  margin-bottom: 1.5rem;
}
.page-content-head::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 40%;
  left: 0;
  top: 305px;
  transform: translateY(-50%);
  opacity: 0.15;
  background-image: url(./images/noar.svg);
  width: 100%;
  height: 100%;
  z-index: -1;

  @media (max-width: 1199px) {
    background-size: 400px;
    top: 254px;
  }
}
.page-content-head h1 {
  color: #1a9aa4;
  border-radius: 20px 0 0px 20px;
  border: 1px solid #e1e1e1;
  border-right: none;
  margin: auto 0 5rem;
  padding: 2rem 1rem 2rem 5rem;
  max-width: 700px;
  font-size: calc(2.5vw + 16px);
  text-align: right;

  @media (max-width: 1199px) {
    border-color: #fff;
    margin: auto 0;
    padding: 0;
    font-size: calc(3.25vw + 16px);
    padding: 1rem;
    max-width: 100%;
  }
}
.page-header .bg {
  max-width: 510px;
  padding: 1rem;
  border-radius: 0 0 25px 25px;
  border: 1px solid #e1e1e1;
}
.page-content-head .row:has(.bg) {
  @media (max-width: 991px) {
    flex-direction: column;
  }
}
.page-header .bg img {
  width: 100%;
  object-fit: cover;
  background-position: center;
  border-radius: 0 0 25px 25px;
  height: 32rem;

  @media (max-width: 991px) {
    height: auto;
  }
}
.page-content {
  margin-top: 3rem;
}

@media (max-width: 991px) {
  div[class^="root-page"] > .container {
    padding-inline: 1rem;
  }
}
