.et_pb_blog_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 50px;
}

.et_pb_blog_grid .et_pb_post {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

@media (max-width: 980px) {
    .et_pb_post {
        margin-bottom: 0;
    }
}

.et_pb_post {
    margin-bottom: 0;
}

.et_pb_post .et_pb_image_container {
    margin-bottom: 0;
}

.et_pb_image_container {
    height: 250px;
    overflow: hidden;
}

.et_pb_image_container img {
    height: 220px;
    max-height: 220px;
    width: 100%;
    object-fit: cover;
    display: block;
}



.et_pb_blog_0 .et_pb_post a.more-link {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
    margin-top: auto;
    padding-top: 1.5rem;
}

.et_pb_blog_0 .et_pb_post a.more-link:hover {
    text-decoration: underline;
}

.et_pb_blog_0 .et_pb_post a.more-link:after {
    content: " →";
    transition: transform 0.3s ease;
}
