/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

.post-card img {
    width: 100%;
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: middle;
}

.post-card h3 {
    font-size: 1.4em;
    margin-bottom: 0;
}

.post-card a {
    position: relative;
    bottom: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 14px 26px;
}

.faq-content a {
    padding: 0;
}


.post-card {
    position: relative;
}

.post-card p {
    margin-bottom: 0;
    margin-top: .5rem;
}

.post-card .content-inner {
    position: relative;
    margin-top: 1rem;
    z-index: 99;
}