section.deco {
  z-index: 1;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin:2rem auto;
}

section.deco:after {
  content: "";
  position: absolute;
  background-color: #e5dfd5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1920px;
  height: 100%;
  z-index: -1;
}

body.skin-layout section.deco:after {
  width: 100%;
}

section.deco .title-container {
  text-align: center;
  margin-bottom: 3rem;
}

section.deco .title-container h2 {
  font-weight: 700;
  font-size: 4.5rem;
  margin-bottom: 0.5rem;
  font-family: "FA-TOC", Georgia, Times, serif;
}

section.deco .title-container ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  padding-left: 0;
}

section.deco .title-container ul li {
  position: relative;
}

section.deco .title-container ul li:not(:last-child):after {
  content: "|";
  position: absolute;
  right: -0.6rem;
}

section.deco .title-container ul li {
  color: black;
  font-weight: 700;
  font-family: "FA-TOC", Georgia, Times, serif;
}

section.deco .item-hero {
  padding-bottom: 1rem;
}

section.deco .item-hero .item-content {
  position: relative;
  background-color: transparent;
  border: none;
}

section.deco .item-hero .info-category {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-family: "FA-TOC", Georgia, Times, serif;
}

section.deco .item-hero .item-content .category {
  color: black;
  margin-left: 1.5rem;
  position: relative;
}

section.deco .item-hero .item-content .category:after {
  content: "";
  position: absolute;
  display: block;
  height: 0.4rem;
  width: 0.4rem;
  border-radius: 50%;
  background-color: black;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
}

section.deco .grid {
  border: none;
  justify-content:center;
}

section.deco .grid .item-image a img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

section.deco .grid .item:not([class*="horizontal-d"]):not(.horizontal)::after {
  border: none;
}

@media screen and (max-width: 767px) {
  section.deco {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  section.deco .item-hero {
    padding-bottom: 1rem;
  }

  section.deco .item-hero .info-category {
    font-size: 0.8rem;
  }

  section.deco .title-container h2 {
    font-size: 2.2rem;
  }

  section.deco .title-container {
    margin-bottom: 1rem;
  }

  section.deco .title-container ul {
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
  }

  section.deco .title-container ul li:not(:last-child):after {
    content: "-";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1rem;
  }

  section.deco .title-container ul li {
    width: fit-content;
  }

  section.deco .grid .item-image {
    flex-basis: 40%;
    max-width: 40%;
    margin-right: 12px;
  }
}
