.category-wall__title {
  font-weight: 700;
}
.category-wall__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.category-wall__item {
  width: calc(50% - 0.625rem);
}

.wall-item a:hover {
  color: #dc0f0f;
}
.wall-item {
  border: 0.0625rem solid #eee;
  background-color: #fbf0f0;
  outline: 0;
  display: flex;
}
.wall-item:hover {
  border: 0.0625rem solid #dc0f0f;
}
.wall-item__image {
  aspect-ratio: 3/5;
  width: 100%;
  overflow: hidden;
  flex: 1 1 50%;
}
.wall-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wall-item__list {
  flex: 1 1 50%;
}
.wall-item__main {
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
.wall-item__sub {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  line-height: 1.3;
}
@media (max-width: 61.99875em) {
  .category-wall__item {
    width: 100%;
  }
}
@media (max-width: 40.62375em) {
  .wall-item {
    flex-direction: column;
  }
  .wall-item__image {
    flex: 1 1 100%;
    aspect-ratio: 1/1;
  }
  .wall-item__list {
    flex: 1 1 100%;
  }
}
@media (max-width: 20em) {
  .category-wall {
    padding-top: 1.875rem;
  }
  .category-wall {
    padding-bottom: 1.875rem;
  }
  .category-wall__title {
    font-size: 1.5625rem;
  }
  .category-wall__title {
    margin-bottom: 1.875rem;
  }
  .wall-item__list {
    padding: 1.5625rem;
  }
  .wall-item__main {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  .category-wall {
    padding-top: clamp( 1.875rem , 1.50462962963125rem  +  1.8518518519vw , 3.125rem );
  }
  .category-wall {
    padding-bottom: clamp( 1.875rem , 1.50462962963125rem  +  1.8518518519vw , 3.125rem );
  }
  .category-wall__title {
    font-size: clamp( 1.5625rem , 1.284722222225rem  +  1.3888888889vw , 2.5rem );
  }
  .category-wall__title {
    margin-bottom: clamp( 1.875rem , 1.6898148148125rem  +  0.9259259259vw , 2.5rem );
  }
  .wall-item__list {
    padding: clamp( 1.5625rem , 1.46990740740625rem  +  0.462962963vw , 1.875rem );
  }
  .wall-item__main {
    font-size: clamp( 1.125rem , 0.9398148148125rem  +  0.9259259259vw , 1.75rem );
  }
}
@media (min-width: 87.5em) {
  .category-wall {
    padding-top: 3.125rem;
  }
  .category-wall {
    padding-bottom: 3.125rem;
  }
  .category-wall__title {
    font-size: 2.5rem;
  }
  .category-wall__title {
    margin-bottom: 2.5rem;
  }
  .wall-item__list {
    padding: 1.875rem;
  }
  .wall-item__main {
    font-size: 1.75rem;
  }
}