/* Container */
/* vanaf 768px */
/* vanaf 1024px */
/* vanaf 1450px */
/* vanaf 1920px */
/* Header */
/* Column gaps */
/* Fit content widht*/
.fit-content {
  width: fit-content;
}

/* font */
/* Container */
/* vanaf 768px */
/* vanaf 1024px */
/* vanaf 1450px */
/* vanaf 1920px */
/* Header */
/* Column gaps */
/* Fit content widht*/
.fit-content {
  width: fit-content;
}

/* font */
.filter-box {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .filter-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .filter-box h1 {
    width: 50%;
  }
}

/* Filter buttons */
@media only screen and (max-width: 768px) {
  .filter-drop:not(:last-child) {
    margin-bottom: 20px !important;
  }
}
.filter-drop__name {
  color: #484848;
  width: 120px;
  margin-bottom: 10px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .filter-drop__name {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .filter-drop__name {
    width: 100px;
  }
}
.filter-drop:after {
  position: absolute;
  width: 42px;
  height: 42px;
  content: "";
  background-image: url("/assets/site/img/icon/ico-filter-arrow.svg");
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: center;
  right: 0;
  top: 0;
  z-index: 1;
  transition: 0.5s;
  left: auto;
}
.filter-drop .drop__options {
  position: absolute;
  z-index: 20;
  padding: 12px 15px;
  display: none;
  width: 100%;
  top: 100%;
  background-color: #ffffff;
  color: #484848;
  left: 0;
  border-top: 2px solid #F1F2F2;
  margin-left: 0;
  border: 1px solid #F1F2F2;
}
.filter-drop .drop__options ul li {
  font-family: "Montserrat", "open sans", sans-serif;
  font-size: 14px !important;
  color: #484848;
  font-weight: 200;
  line-height: initial;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .filter-drop .drop__options ul li {
    font-size: 16px !important;
  }
}
.filter-drop .drop__options ul li:after {
  display: none;
}
.filter-drop .drop__options a {
  margin-bottom: 10px;
  display: block;
  font-size: 14px !important;
  color: #484848;
  font-weight: 400;
  /*a {
    font-weight: $weight_light;
    color: $color-text !important;
    height: fit-content !important;
    line-height: 30px !important;
  }*/
}
@media only screen and (min-width: 768px) {
  .filter-drop .drop__options a {
    font-size: 16px !important;
  }
}
.filter-drop .drop__options a:hover {
  color: #E94843;
}
.filter-drop .drop__current {
  background-color: #F1F2F2;
  font-family: "Montserrat", "open sans", sans-serif;
  font-size: 14px !important;
  color: #484848;
  font-weight: 400;
  line-height: initial;
  border-radius: 50px;
  height: 42px;
  padding: 0 70px 0 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .filter-drop .drop__current {
    font-size: 16px !important;
  }
}
.filter-drop.is-open {
  display: block;
}
.filter-drop.is-open .drop__options {
  display: block;
}
.filter-drop.is-open:after {
  transform: rotate(180deg);
}

.border-light .drop__current {
  border: 2px solid #f7f6f6;
  height: 42px;
}
.border-light .drop__options {
  border-top: 0;
}

.filter-search span {
  padding: 14px 60px 14px 20px;
}
.filter-search input {
  height: 42px;
}
.filter-search .search {
  height: 42px;
  width: 42px;
  background: #E94843;
  position: absolute;
  right: 0;
  z-index: 2;
}
.filter-search .search:after {
  position: absolute;
  width: 42px;
  height: 42px;
  content: "";
  background-image: url("/assets/site/img/icon/ico-filter-arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  right: 0;
  top: 0;
  z-index: 1;
  transform: rotate(-90deg);
}
.filter-search:before {
  position: absolute;
  width: 42px;
  height: 42px;
  content: "";
  background-color: #E94843;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.filter-search:after {
  position: absolute;
  width: 42px;
  height: 42px;
  content: "";
  background-image: url("/assets/site/img/icon/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  right: 0;
  top: 0;
  z-index: 1;
  transform: rotate(-90deg);
}

.search-btn-full {
  border: 2px solid #E94843;
}
.search-btn-full input {
  margin-bottom: 0;
  border-bottom: 0;
  height: 42px;
  background-color: #ffffff;
}
.search-btn-full input::placeholder {
  color: #484848;
  font-size: 16px;
  line-height: 20px;
}
.search-btn-full:before {
  position: absolute;
  width: 42px;
  height: 42px;
  content: "";
  background-color: #E94843;
  right: 0;
  top: 0;
  z-index: 1;
}
.search-btn-full:after {
  position: absolute;
  width: 42px;
  height: 42px;
  content: "";
  background-image: url("/assets/site/img/icon/search.svg");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
  right: 0;
  top: 0;
  z-index: 1;
}

.filters.filter-no-popup .filter-inhoud {
  position: relative !important;
  padding: 40px 0;
  height: auto !important;
}
@media only screen and (min-width: 768px) {
  .filters.filter-no-popup .filter__inner form > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .filters.filter-no-popup .filter__inner form > ul > li {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1024px) {
  .filters.filter-no-popup .filter__inner form > ul {
    display: block;
  }
  .filters.filter-no-popup .filter__inner form > ul > li {
    width: 100%;
  }
}
.filters .filter-inhoud {
  position: relative;
  height: fit-content;
  padding: 20px;
  margin-bottom: 30px;
}
.filters .filter-inhoud .filter__inner {
  padding: 0;
}
.filters .filter-inhoud .filter__inner form > ul {
  border-bottom: 1.5px solid #DADADA;
  margin-bottom: 20px;
}
.filters .filter-close {
  display: none;
}
.filters li .drop__current {
  font-size: 14px !important;
  height: 42px;
}
@media only screen and (min-width: 768px) {
  .filters li .drop__current {
    font-size: 16px !important;
  }
}
.filters li .drop__options {
  font-family: "Montserrat", "open sans", sans-serif;
  font-size: 14px !important;
  color: #484848;
  font-weight: 200;
  line-height: initial;
}
@media only screen and (min-width: 768px) {
  .filters li .drop__options {
    font-size: 16px !important;
  }
}
.filters .filter-main {
  color: #484848;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
}
.filters.filter-no-popup .filter-flexbox ul:after {
  content: "";
  clear: both;
  display: table;
}
@media only screen and (min-width: 1024px) {
  .filters.filter-no-popup .filter-flexbox ul {
    margin-right: -30px;
  }
}
@media only screen and (min-width: 1450px) {
  .filters.filter-no-popup .filter-flexbox ul {
    margin-right: -50px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .filters.filter-no-popup .filter-flexbox form > ul > li {
    float: left;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .filters.filter-no-popup .filter-flexbox form > ul > li .drop__current {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .filters.filter-no-popup .filter-flexbox form > ul > li .drop__current {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .filters.filter-no-popup .filter-flexbox form > ul > li {
    width: calc(100% - 120px);
  }
  .filters.filter-no-popup .filter-flexbox form > ul > li .drop__current {
    width: 100%;
  }
  .filters.filter-no-popup .filter-flexbox form > ul > li .drop__current {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .filters.filter-no-popup .filter-flexbox form > ul > li {
    margin-right: 30px;
    width: calc(50% - 130px);
  }
}
@media only screen and (min-width: 768px) and (min-width: 1450px) {
  .filters.filter-no-popup .filter-flexbox form > ul > li {
    margin-right: 50px;
    width: calc(50% - 150px);
  }
}
.filters.filter-no-popup .filter-flexbox .filter-drop__name {
  font-size: 14px !important;
}
@media only screen and (min-width: 768px) {
  .filters.filter-no-popup .filter-flexbox .filter-drop__name {
    font-size: 16px !important;
    float: left;
  }
}
.filters .filter-bg-light {
  background-color: #F1F2F2;
}

/*# sourceMappingURL=filter.css.map */
/* Container */
/* vanaf 768px */
/* vanaf 1024px */
/* vanaf 1450px */
/* vanaf 1920px */
/* Header */
/* Column gaps */
/* Fit content widht*/
.fit-content {
  width: fit-content;
}

/* font */
/* Container */
/* vanaf 768px */
/* vanaf 1024px */
/* vanaf 1450px */
/* vanaf 1920px */
/* Header */
/* Column gaps */
/* Fit content widht*/
.fit-content {
  width: fit-content;
}

/* font */
.card__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  width: 100%;
  position: absolute;
  top: -11px;
  justify-content: end;
  z-index: 2;
}
.card__tags span {
  font-size: 12px;
  background-color: #F1F2F2;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px;
  color: #484848;
  font-weight: 600;
  width: fit-content;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .card__tags span {
    font-size: 14px;
  }
}
.card__news {
  display: flex;
  flex-direction: row;
  margin-top: 0px;
  margin-bottom: 20px;
  transition: 0.5s;
  padding: 0;
}
.card__news:before {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(/assets/site/img/icon/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 25px;
  bottom: 25px;
  z-index: 2;
  transition: 0.3s;
}
.card__news:after {
  position: absolute;
  width: 0px;
  height: 0px;
  content: "";
  background-color: #E94843;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  transition: 0.3s;
  border-radius: 50%;
  transform: translate(-14px, -14px);
}
.card__news:hover:before {
  transform: rotate(-45deg);
}
.card__news:hover:after {
  width: 30px;
  height: 30px;
  transform: translate(0%, 0%);
}
.card__news .img__wrapper {
  height: 175px;
}
@media only screen and (min-width: 768px) {
  .card__news .img__wrapper {
    height: 160px;
  }
}
@media only screen and (min-width: 1024px) {
  .card__news .img__wrapper {
    height: 200px;
  }
}
.card__news .img__wrapper img {
  display: block;
  object-fit: cover;
  height: 175px;
  transition: 0.5s;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .card__news .img__wrapper img {
    height: 160px;
  }
}
@media only screen and (min-width: 1024px) {
  .card__news .img__wrapper img {
    height: 200px;
  }
}
.card__news .article__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.17);
  background-color: #ffffff;
}
.card__news .article__inner > a {
  display: block;
  width: 100%;
  padding: 7px;
}
.card__news .article__inner > a img {
  max-width: 100% !important;
  width: 100%;
}
.card__news .text__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 135px;
  transition: 0.5s;
  padding: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .card__news .text__inner {
    height: 150px;
  }
}
.card__news .text__inner h3 {
  font-weight: 600;
  font-size: 17px;
  line-height: initial;
  color: #E94843;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .card__news .text__inner h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1450px) {
  .card__news .text__inner h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.card__news .text__inner p {
  margin-bottom: 20px;
  position: relative;
}
.card__news .text__inner .link {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 1450px) {
  .card__news .text__inner .link {
    margin-top: 15px;
  }
}
.card__no-click:before {
  display: none;
}
.card__no-click:after {
  display: none;
}
.card__hover {
  display: flex;
  flex-direction: row;
  margin-top: 0px;
  margin-bottom: 20px;
  transition: 0.5s;
  padding: 0;
  height: fit-content;
}
@media only screen and (min-width: 768px) {
  .card__hover {
    width: 33.3333333333% !important;
  }
  .card__hover:hover .text__inner {
    height: 165px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .card__hover:hover .text__inner {
    height: 320px;
    transform: translateY(-100px);
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .card__hover:hover .text__inner {
    height: 180px;
    transform: translateY(-170px);
  }
}
@media only screen and (min-width: 768px) {
  .card__hover:hover .text__inner p {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .card__hover:hover .img__wrapper img {
    opacity: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .card__hover {
    margin-bottom: 40px;
  }
}
.card__hover .img__wrapper {
  transition-delay: 0.2s;
}
.card__hover .img__wrapper img {
  display: block;
  object-fit: contain;
  height: 170px;
  transition: 0.5s;
  margin: auto;
  width: 120px;
}
.card__hover .article__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2705882353);
  background-color: #ffffff;
}
.card__hover .article__inner > a {
  display: block;
  width: 100%;
}
.card__hover .text__inner {
  display: flex;
  flex-direction: column;
  transition: 0.5s;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .card__hover .text__inner {
    height: 125px;
  }
}
@media only screen and (min-width: 1450px) {
  .card__hover .text__inner {
    padding: 0 30px 35px 30px;
  }
}
.card__hover .text__inner h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: initial;
  color: #484848;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media only screen and (min-width: 1450px) {
  .card__hover .text__inner h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.card__hover .text__inner p {
  font-size: 14px;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .card__hover .text__inner p {
    font-size: 16px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
  }
}
.card__hover .text__inner .link {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 1450px) {
  .card__hover .text__inner .link {
    margin-top: 15px;
  }
}
.card__referentie .article__inner {
  background-color: #F1F2F2;
  border-radius: 25px;
}
.card__referentie h3 {
  color: #E94843;
}
.card__referentie .tiny-text {
  margin-top: 20px;
  line-height: initial;
}

/*# sourceMappingURL=cards.css.map */
/* Container */
/* vanaf 768px */
/* vanaf 1024px */
/* vanaf 1450px */
/* vanaf 1920px */
/* Header */
/* Column gaps */
/* Fit content widht*/
.fit-content {
  width: fit-content;
}

/* font */
/* Container */
/* vanaf 768px */
/* vanaf 1024px */
/* vanaf 1450px */
/* vanaf 1920px */
/* Header */
/* Column gaps */
/* Fit content widht*/
.fit-content {
  width: fit-content;
}

/* font */
.title-link {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}
.title-link svg {
  width: 12px;
  flex-shrink: 0;
  transition: 0.5s;
}
.title-link.is-open svg {
  transform: rotate(90deg);
}
.faq {
  margin: 130px 0 70px 0;
}
.faq__img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .faq__content {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1450px) {
  .faq__content {
    padding-left: 100px;
  }
}
.faq__title {
  color: #484848;
  font-size: 17px;
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .faq__title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1450px) {
  .faq__title {
    padding-left: 45px;
  }
}
.faq__title span {
  background: #ffffff;
  z-index: 1;
  padding-right: 5px;
}
@media only screen and (min-width: 1450px) {
  .faq__title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .faq__title:after {
    position: absolute;
    width: calc(100% - 50px);
    border-bottom: 2px dashed #D5D5D5;
    height: 2px;
    top: calc(50% - 1px);
    left: 30px;
    content: "";
    z-index: 0;
  }
}
@media only screen and (min-width: 1450px) {
  .faq__title:after {
    left: 45px;
    width: calc(100% - 70px);
  }
}
.faq__content {
  padding-left: 35px;
}
@media only screen and (min-width: 1450px) {
  .faq__content {
    padding-left: 45px;
  }
}
.faq__title.is-open:after {
  transform: rotate(0deg);
}
.faq__number {
  background-color: #E94843;
  border-radius: 50%;
  font-size: 14px;
  width: 25px;
  height: 25px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .faq__number {
    top: 5px;
  }
}

/*# sourceMappingURL=faq.css.map */

/* ==== FAQ accordion card restyle (Yerga brand colors: #0A595A teal, #63B9CA glacier blue) ==== */
.card-info {
  background: #ffffff;
  border: 1px solid rgba(10, 89, 90, 0.15);
  border-radius: 4px;
  padding: 8px 24px;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px rgba(10, 89, 90, 0.06);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.card-info.is-open {
  padding-bottom: 8px;
}
.card-info:hover {
  box-shadow: 0 6px 16px rgba(10, 89, 90, 0.12);
  border-color: rgba(10, 89, 90, 0.3);
}
.card-info .faq__title {
  font-family: "Domine", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0A595A;
  padding-left: 0;
  margin: 0;
  min-height: 40px;
}
.card-info .faq__title:after {
  display: none;
}
.card-info .faq__title span {
  background: transparent;
  padding-right: 16px;
}
.card-info .faq__title img {
  width: 14px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.card-info .faq__title.is-open img {
  transform: rotate(180deg);
}
.card-info .faq__content {
  /* width forced: some pre-existing rule elsewhere collapses this to 0 width (not traced to a
     specific selector - none of the loaded stylesheets directly match this element, but disabling
     cms.css makes the collapse disappear). Forcing width here is the reliable fix. */
  display: block !important;
  width: 100% !important;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #3f4948;
  padding-left: 0;
  padding-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding-top 0.3s ease;
}
.card-info .faq__content.is-open {
  max-height: 800px;
  padding-top: 16px;
}
@media only screen and (min-width: 1450px) {
  .card-info .faq__title,
  .card-info .faq__content {
    padding-left: 0;
  }
}

/* ==== FAQ two-column component (diensten pages) ==== */
.faq-split {
  background: #F8FAFA;
  padding: 64px 0;
  margin-top: 120px;
}
.faq-split__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.faq-split__intro {
  flex: 1 1 280px;
  max-width: 320px;
}
.faq-split__title {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #0A595A;
  margin-bottom: 16px;
}
.faq-split__text {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #3f4948;
  margin-bottom: 16px;
}
.faq-split__link {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0A595A;
  text-decoration: none;
}
.faq-split__link:hover {
  text-decoration: underline;
}
.faq-split__list {
  flex: 2 1 480px;
}
.faq-split__list .card-info {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .faq-split__intro {
    max-width: none;
  }
}

/* ==== General FAQ page (hero + sidebar + accordion + gallery) ==== */
.faq-hero {
  background: #ffffff;
  padding: 64px 0;
}
.faq-hero__inner {
  display: flex;
  align-items: center;
  gap: 48px;
}
.faq-hero__text {
  flex: 1 1 420px;
  max-width: 640px;
}
.faq-hero__title {
  font-family: "Domine", serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #0A595A;
  margin-bottom: 24px;
}
.faq-hero__intro {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 17px;
  line-height: 27px;
  color: #3f4948;
}
.faq-hero__img {
  flex: 1 1 320px;
  max-width: 420px;
}
.faq-hero__img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 4px;
  opacity: 0.65;
  filter: grayscale(40%);
}

.faq-main {
  background: #F8FAFA;
  padding: 56px 0;
  margin-bottom: 120px;
}
.faq-main__inner {
  display: flex;
  gap: 32px;
  margin-bottom: 48px;
}
.faq-sidebar {
  flex: 0 0 240px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.faq-sidebar__item {
  display: block;
  padding: 12px 16px;
  border-radius: 4px;
  border-left: 4px solid transparent;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #3f4948;
  text-decoration: none;
  transition: background 0.2s ease;
}
.faq-sidebar__item:hover {
  background: rgba(10, 89, 90, 0.06);
}
.faq-sidebar__item.is-active {
  background: #E0F2F4;
  border-left-color: #0A595A;
  color: #0A595A;
}
.faq-main__list {
  flex: 1 1 auto;
}
.faq-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.faq-gallery img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 4px;
}
@media only screen and (max-width: 900px) {
  .faq-hero__inner {
    flex-direction: column;
  }
  .faq-main__inner {
    flex-direction: column;
  }
  .faq-sidebar {
    flex-direction: row;
    flex-wrap: wrap;
    flex: none;
  }
  .faq-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
