.nav-external-icon {
  font-size: 0.9rem;
}

.homepage-post-card {
  max-width: 820px;
  margin: 0 auto;
}

.homepage-post-image-holder {
  width: 33.333%;
  max-width: 220px;
  min-width: 180px;
  border-radius: 14px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f5f6fe;
  margin-right: 20px;
}

.homepage-post-content {
  width: 66.667%;
}

.homepage-post-title {
  margin-top: 0.5rem;
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
}

.homepage-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 767.98px) {
  .homepage-post-card {
    flex-direction: column;
  }

  .homepage-post-image-holder,
  .homepage-post-content {
    width: 100%;
    max-width: none;
    min-width: 0;
  }
}
