.products .col-4 {
  max-width: 100%;
}
.products .col-4 h2 {
  line-height: 1220% !important;
  color: green !important;
}

.tagItems div {
  background-color: #f7f7f7;
  float: left;
  margin: 4px 4px;
  padding: 0.65rem 1.5rem;
  border-radius: 34px;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}

.tagItems div:hover {
  background-color: #e3e3e3;
}

.search-container {
  width: 100%;
}

.search {
  font-family: "Noto Sans";
  font-size: 16px;
  border: 2px solid transparent;
  box-sizing: border-box;
  border-radius: 50em;
  width: 100%;
  height: 54px;
  /*padding: .8125rem 3.375rem .8125rem 3.6rem;*/
  margin-left: 21px;
  outline: 0;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 1.4rem;
}

.search:hover {
  background-color: #E2E2E2;
  transition-duration: 0.2s;
}

.search:focus {
  border: 2px solid #1F599E;
  background-color: white;
  background-image: url(img/close-icon.svg);
  transition-duration: 0s;
}

.intro {
  background-color: #ff7f30;
  color: black !important;
  width: 100%;
  margin: 0;
  padding: 0;
  /*max-height: 400px;*/
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}

.intro-picture {
  /*
  width: auto;
  max-width: 500px;
  */
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.intro-text {
  /*padding: 20px;
  /*width: initial;
  padding: 20px ;*/
  padding: 30px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  color: black !important;
}

.intro-text h1,
.intro-text p {
  color: black !important;
}

.intro-picture img {
  /*max-height: 400px;
  object-fit: cover;*/
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
}

.introLink {
  background-color: black;
  color: white;
  float: left;
  margin: 4px 0;
  padding: 0.65rem 1.5rem;
  border-radius: 34px;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}

.introLink:hover {
  background-color: #383838;
}

.active {
  background-color: #dedede !important;
  color: #1b1b1b;
}

@media only screen and (min-width: 33.75em) {
  .page-content .intro {
    flex-direction: row;
  }
  .page-content figure {
    aspect-ratio: unset !important;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    margin-bottom: 0 !important;
  }
  .page-content .gallery {
    display: grid;
    gap: 20px;
  }
  .page-content .gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .page-content .gallery__item-1 {
    grid-column: 1/span 2;
    grid-row: 1/span 7;
  }
  .page-content .gallery__item-2 {
    grid-column: 3/span 1;
    grid-row: 1/span 3;
  }
  .page-content .gallery__item-3 {
    grid-column: 3/span 1;
    grid-row: 4/span 4;
  }
  .page-content .gallery__item-4 {
    grid-column: 4/span 1;
    grid-row: 1/span 4;
  }
  .page-content .gallery__item-5 {
    grid-column: 4/span 1;
    grid-row: 5/span 3;
  }
}
@media only screen and (min-width: 60em) {
  .page-content .intro {
    flex-direction: row;
  }
}

.gallery {
  width: 100%;
  margin-bottom: 4rem;
  margin: 0;
  padding: 0;
  gap: 0;
  justify-content: center;
}
.gallery figure {
  width: 100%;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-bottom: 15px;
}
.gallery figure a {
  aspect-ratio: 1/1;
}
.gallery figure img {
  width: 100%;
}