/* 
.service.teaser-2 {
  margin-bottom: 10px;
  min-height: 320px;
  position: relative;
}
.service.teaser-2 .link-all {
  z-index: 5;
}
.service.teaser-2::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.service.teaser-2::before {
  content: '';
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #fff;
  position: absolute;
  z-index: 2;
}
.service.teaser-2 > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  filter: grayscale(1);
  z-index: 0;
  transition: filter .5s ease-in;
  height: 100%;
  width: 100%;
}
.service.teaser-2:hover > img {
  filter: grayscale(0);
}
.service.teaser-2 .content {
  align-items: center;
  display: flex;
  z-index: 2;
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
}
.service.teaser-2 .icon > svg {
  fill: #fff;
  height: 20px;
  margin-right: 10px;
  top: 2px;
  position: relative;
  width: 20px;
}
.service.teaser-2 .name > h3 {
  font-size: 1.8rem;
  margin: 0;
  text-wrap: balance;
}
.service.teaser-2 .name a {
  color: #fff;
}
.service.teaser-2 .name a::after {
  content: "»";
  margin-left: 5px;
}
.collage h2 {
  text-align: center;
}
.gap-xs > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.gap-xs > .row > div {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 992px) {
  .collage-50-25-25 .col-1 {
    width: 50%;
  }
  .collage-50-25-25 .col-2,
  .collage-50-25-25 .col-3 {
    width: 25%;
  }
  .collage-25-25-50 .col-1,
  .collage-25-25-50 .col-2 {
    width: 25%;
  }
  .collage-25-25-50 .col-3 {
    width: 50%;
  }
} */
