.b-featured-collection:not(#foo) {
  padding-right:0;
}

.b-featured-collection__title-wrapper {
  position: relative;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--grid-desktop-horizontal-spacing);
}
.b-featured-collection__title-wrapper h2,
.b-featured-collection__title-wrapper p {
  font-size: 2.2rem;
  z-index:2;
  position:relative;
  margin:0;
}
.b-featured-collection__title-wrapper a,
.b-featured-collection__title-wrapper a:hover {
  text-decoration: none;
}
.b-featured-collection__title-wrapper a::before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.b-featured-collection__image {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit: cover;
}