.category-page {
  margin-top: 2rem;
}
.category-page .blog-title {
  margin-bottom: 2rem;
}
.category-page .container-xl .category-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.category-page .container-xl .category-container .card-category {
  flex-basis: 300px;
  background-color: #fafafa;
  padding: 0.7rem;
  border-radius: 7px;
}

.category-page .container-xl .category-container .card-category img {
  width: 100%;
  height: 270px;
  border-radius: 7px;
}

.category-page .container-xl .category-container .card-category a {
  color: #000;
}

.category-page
  .container-xl
  .category-container
  .card-category
  .text-category
  h3 {
  font-size: 1.3rem;
}

.category-page
  .container-xl
  .category-container
  .card-category
  .text-category
  p {
  font-size: 1rem;
}

.category-page
  .container-xl
  .category-container
  .card-category
  .text-category
  h3 {
  font-size: 1.2rem;
  padding: 0.5rem 0;
}

@media (max-width: 1100px) {
  .category-page .container-xl .category-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .category-page .container-xl .category-container .card-category {
    width: 100%;
  }
}
