/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.justify-content-center {
    justify-content: center !important;
}
.post-card {
    display: block;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    overflow: hidden;
    text-decoration: none;
    transition: all .3s;
}
.post-card .content-wrap {
    height: calc(100% - 200px);
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}