.ebp-custom-blog-hub-1 .projects-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.ebp-custom-blog-hub-1 .projects-cycle {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
}

.ebp-custom-blog-hub-1 .project-item-featured {
  display: block;
}

.ebp-custom-blog-hub-1 .project-media,
.ebp-custom-blog-hub-1 .project-media img {
  width: 100%;
  aspect-ratio: 555/392;
  object-fit: contain;
}

.ebp-custom-blog-hub-1 .project-media-link {
  display: block;
  line-height: 0;
}

.ebp-custom-blog-hub-1 .project-media {
  border: 1px solid var(--white);
  background: #fff;
  padding: 1rem;
}

.ebp-custom-blog-hub-1 .project-image-placeholder {
  background-color: rgba(2, 64, 99, 0.15);
}

.ebp-custom-blog-hub-1 .project-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  color: var(--blue);
  margin-block-start: 1rem;
}

.ebp-custom-blog-hub-1 .project-title {
  margin: 0 !important;
  font-weight: 400 !important;
  /* font-size: 1rem; */
}

.ebp-custom-blog-hub-1 .project-title-link {
  color: inherit;
  text-decoration: none;
}

.ebp-custom-blog-hub-1 .project-item-featured .project-body {
  margin-inline-start: 0;
}

.ebp-custom-blog-hub-1 .project-item-featured .project-title {
  font-weight: 400 !important;
  font-size: 1rem;
}

.ebp-custom-blog-hub-1 .project-item-featured .project-media {
  width: 100%;
}

.ebp-custom-blog-hub-1 .ebp-custom-blog-hub-1__excerpt {
  margin: 0 !important;
}

.ebp-custom-blog-hub-1 .project-content .ebp-custom-blog-hub-1__excerpt {
  font-size: var(--fs-small);
  max-width: 25rem;
}

.ebp-custom-blog-hub-1 .project-content {
  display: none;
}

.ebp-custom-blog-hub-1 .project-item .button {
  margin-block-start: 1rem;
}

.ebp-custom-blog-hub-1__empty {
  margin: 0 !important;
}

.ebp-custom-blog-hub-1__pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-block-start: 3rem;
  border-top: 1px solid var(--blue);
  padding-block-start: 1.5rem;
}

.ebp-custom-blog-hub-1__pagination-link {
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
  font-size: var(--fs-small);
}

.ebp-custom-blog-hub-1__pagination-link:hover,
.ebp-custom-blog-hub-1__pagination-link:focus {
  text-decoration: underline;
}

/* .ebp-custom-blog-hub-1__pagination-link--next {
  margin-inline-start: auto;
} */

.page-id-463 .project-title {
  font-size: var(--fs-small) !important;
}

.ebp-custom-blog-hub-1__excerpt {
  font-weight: 300 !important;
  text-transform: none !important;
}

@media (max-width: 1024px) {
  .ebp-custom-blog-hub-1 .projects-cycle {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 767px) {
  .ebp-custom-blog-hub-1 .projects-cycle {
    grid-template-columns: 1fr;
  }
}
