.blog-post-card {
  text-decoration: none; }
  .blog-post-card .post-img-container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: white;
    overflow: hidden;
    height: 240px; }
    @media (min-width: 680px) {
      .blog-post-card .post-img-container {
        height: 360px; } }
    @media (min-width: 1120px) {
      .blog-post-card .post-img-container {
        height: 200px; } }
    @media (min-width: 1440px) {
      .blog-post-card .post-img-container {
        height: 240px; } }
  .blog-post-card .post-img {
    width: 100%;
    height: 100%;
    object-fit: var(--image-fit, contain);
    object-position: var(--image-position, center);
    background: white; }
  .blog-post-card .post-type {
    color: #00A5A6;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: 1.2px;
    text-transform: uppercase; }
  .blog-post-card .post-reading-time {
    color: var(--epoch-gray-400, #90A5AB);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase; }
  .blog-post-card .post-title {
    display: block;
    text-decoration: none;
    color: var(--epoch-green-700, #034752);
    font-family: Messina Serif Trial;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.96px;
    margin-bottom: 12px; }
  .blog-post-card .post-description {
    color: var(--epoch-gray-600, #3E555E);
    font-family: Messina Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
    letter-spacing: -0.2px;
    margin-bottom: 16px; }
  .blog-post-card .post-tag-and-reading-time {
    margin-bottom: 16px; }
  .blog-post-card .post-date-and-authors {
    color: var(--epoch-gray-400, #90A5AB);
    font-family: Messina Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.14px;
    margin-bottom: 32px; }
  .blog-post-card .post-img-container {
    margin-bottom: 32px; }
  .blog-post-card .post-title {
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.48px; }
  .blog-post-card .post-description {
    font-size: 16px; }
  .blog-post-card .post-date-and-authors {
    margin-bottom: 0; }
