.home__section-14 {
  background-color: #ffffff;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 100px;
}

.home__section-14-head {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.home__section-14-head > h3 {
  text-align: center;
  color: #5b5b5f;
  font-size: 30px;
  margin-bottom: 20px;
}

.home__section-14-grid {
  max-width: 1180px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 366px);
  justify-content: center;
  gap: 50px;
}

.blog__filters {
  max-width: 1180px;
  margin: 0 auto 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.blog__filters a {
  border: 0;
  background: transparent;
  color: #5b5b5f;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  padding: 6px 4px;
  text-decoration: none;
}

.blog__filters a.is-active,
.blog__filters a.active {
  color: #009cbd;
}

.blog__card-link {
  display: block;
  width: 366px;
  color: inherit;
  text-decoration: none;
  border-radius: 16px;
  transition: transform 180ms ease;
  cursor: pointer;
}

.blog__card-link .home__section-14-card {
  width: 100%;
}

.blog__card-link:hover {
  transform: translateY(-3px) scale(1.015);
}

.blog__card-link:focus-visible {
  outline: 2px solid #009cbd;
  outline-offset: 3px;
}

.home__section-14-card {
  width: 366px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.home__section-14-media-box {
  width: 366px;
  height: 275px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.home__section-14-media {
  width: 366px;
  height: 275px;
  position: relative;
}

.home__section-14-image {
  width: 366px;
  height: 275px;
  object-fit: cover;
  border-radius: 15px;
  display: block;
}

.home__section-14-watermark {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  object-fit: contain;
  pointer-events: none;
}

.home__section-14-card h3 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #5b5b5f;
  text-align: left;
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
}

.home__section-14-card p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #5b5b5f;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.home__section-14-excerpt {
  white-space: pre-line;
}

.home__section-14-card h3 + p {
  margin-top: 6px;
}

.home__section-14-card p + p {
  margin-top: 2px;
}
