.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.swiper-container {
  background-color: #c6c6c6;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  height: 150px;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100% !important;
  height: 100% !important;
  position: relative;
  transition-property: transform;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-height: 150px;
  overflow: hidden;
}
.swiper-slide a {
  display: flex;
}
.swiper-slide.elementor-lightbox-item {
  max-height: 100%;
  max-width: 100%;
}
#w4u-projects {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: none;
  grid-auto-rows: max-content;
  grid-gap: 20px;
  padding: 20px 0;
  max-width: 420px;
  margin: 0 auto;
}
.w4u-project.highlight {
  grid-column: 1;
  background-color: #0d4b4a;
}
/* Tablet View */
@media screen and (min-width: 767px) {
  #w4u-projects {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    max-width: 730px;
  }
  .swiper-container {
    height: 183px;
  }
  .swiper-slide {
    max-height: 183px;
  }
  .w4u-project.highlight {
    grid-column: auto / span 2;
  }
  .w4u-project.highlight .swiper-container {
    height: 337px;
  }
  .w4u-project.highlight .swiper-slide {
    max-height: 337px;
  }
}
/* Desktop View */
@media screen and (min-width: 1024px) {
  #w4u-projects {
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
  }
  .swiper-container {
    height: 275px;
  }
  .swiper-slide {
    max-height: 275px;
  }
  .w4u-project.highlight .swiper-container {
    height: 550px;
  }
  .w4u-project.highlight .swiper-slide {
    max-height: 550px;
  }
}
.w4u-project {
  background-color: #5a9177;
  text-align: center;
}
#category-filter {
  text-align: center;
  width: 100%;
}

#category-filter .project-category {
  border-right: 1px solid black;
  display: inline-block;
  margin: 20px auto;
  padding: 0 0.5em;
  text-transform: uppercase;
}
#category-filter .project-category a {
  color:#0d4b4a;
}
#category-filter .project-category a:hover {
  color: #4E0046;
}
.project-category.last {
  border: none;
}
.swiper-button-prev {
  background-image: url('../img/btn-prev.svg');
}
.swiper-button-next {
  background-image: url('../img/btn-next.svg');
}
.swiper-button-prev,
.swiper-button-next
{
  bottom: 20px;
  height: 20px;
  top: auto;
  width: 40px;
}
.w4u-project .text-container {
  color: white;
  padding: 10px;
}
.project-title,
.project-type {
  text-transform: uppercase;
}
.project-title {
  font-size: 24px;
}
.project-type {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 20px;
}
.project-infos {
  font-size: 16px;
  text-align: left;
  padding: 30px;
}
.project-infos a {
  color: #FFFFFF;
  text-decoration: underline;
}
.project-infos a:hover {
  color: #4E0046;
}
.w4u-project.highlight a:hover {
  color: #5A9177;
}
.w4u-project p {
  margin-bottom: 0;
}
.w4u-project ul {
  margin-bottom: 5px;
}