.listing-page {
  display: flex;
  flex-direction: column;
}
.listing-page .page-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0;
  position: relative;
}
@media screen and (max-width: 550px) {
  .listing-page .page-header {
    background-position: right;
  }
}
.listing-page .page-header::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--color-logo-dark) 0%, var(--color-logo-green) 50%, rgba(237, 221, 83, 0) 100%);
  z-index: 1;
  opacity: 1;
  display: block;
  position: absolute;
}
.listing-page .page-header .wrapper {
  z-index: 2;
  position: relative;
  max-width: var(--container-max-width);
  margin: 0 auto;
  width: 100%;
  color: #d0d0ce;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.listing-page .page-header .wrapper .page-title {
  width: 50%;
  margin: 0;
  font-weight: 400;
}
.listing-page .page-header .wrapper .page-introduction {
  width: 50%;
  line-height: 32px;
}
@media screen and (max-width: 550px) {
  .listing-page .page-header .wrapper .page-title, .listing-page .page-header .wrapper .page-introduction {
    width: auto;
  }
}
.listing-page .page-context {
  padding: 30px 0;
}
.listing-page .page-context .wrapper {
  max-width: var(--container-max-width);
  margin: 0 auto;
}
.listing-page .page-context .wrapper .page-context-content {
  line-height: 32px;
}
@media screen and (max-width: 550px) {
  .listing-page .page-context .wrapper .title {
    margin: 0;
  }
}
.listing-page .page-content .wrapper {
  max-width: var(--container-max-width);
  margin: 0 auto;
}
.listing-page .page-content .wrapper .view-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.listing-page .pager {
  display: flex;
  justify-content: center;
}
.listing-page .pager ul {
  display: flex;
  gap: 10px;
}
.listing-page .pager ul li {
  list-style: none;
}
.listing-page .pager ul li a {
  text-decoration: none;
}
.listing-page .views-view-responsive-grid__item {
  background-color: #fff;
  position: relative;
}
.listing-page .views-view-responsive-grid__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: var(--color-logo-green);
}

.path-services .listing-page .page-header {
  padding: 15vh 0;
}

@media screen and (max-width: 550px) {
  :root {
    --views-responsive-grid--column-count: 1 !important;
  }
  .listing-page .page-header .wrapper .page-title,
  .listing-page .page-header .wrapper .page-introduction {
    padding: 20px;
  }
  .view-services .views-view-responsive-grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=listing-page.css.map */
