#AGENCY-ARTICLE .text {
  text-align: center;
  font-size: 2em;
  line-height: 1.5;
  margin-bottom: 4%;
}
#AGENCY-ARTICLE .text:nth-child(2) {
  text-align: left;
}
#AGENCY-ARTICLE .post-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 2rem;
  border-radius: 8px;
  transition: box-shadow 0.3s;
}
#AGENCY-ARTICLE .post-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#AGENCY-ARTICLE .post-card .title {
  font-size: 1.5em;
  line-height: 2;
}
#AGENCY-ARTICLE .post-card .excerpt {
  font-size: 1.2em;
}