.cpt-expertos {
  margin-top: 80px;
  margin-bottom: 80px;
}

.cpt-expertos .expertos {
  gap: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cpt-expertos .expertos .experto {
  width: 336px;
  min-width: 336px;
  padding: 1rem;
}

.cpt-expertos .expertos .experto .experto-img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2rem;
  width: 100%;
  height: 214px;
  max-height: 214px;
}

.cpt-expertos .expertos .experto .experto-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cpt-expertos .expertos .experto .expertos-date {
  font-size: 0.875rem;
  line-height: 20px;
}

.cpt-expertos .expertos .experto .experto-title {
  font-size: 1.313rem;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 1rem;
}

.cpt-expertos .expertos .experto .experto-excerpt {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 2rem;
}

.cpt-expertos .pagination {
  text-align: center;
  margin-top: 4rem;
  display: flex;
  gap: 14px;
}

.cpt-expertos .pagination a,
.cpt-expertos .pagination span {
  padding: 5px 10px;
  margin: 0 5px;
  border: transparent;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.25s;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}

.cpt-expertos .pagination .current {
  background-color: #7BDB9D;
  color: #000;
}

.cpt-expertos .next.page-numbers,
.cpt-expertos .prev.page-numbers {
  border-radius: 24px;
}

.cpt-expertos .pagination .disabled {
  color: #ccc;
  cursor: not-allowed;
}