.rnd-post{
    text-align: center;
    margin:20px 0;
    color:#333;
}
.rnd-post h1{
    /*font-size:36px;*/
    /*line-height: 44px;*/
    /*font-weight: 600;*/
    margin:1.030532em;
}

.rnd-post-image{
    /*min-height: 200px;*/
}

.rnd-post .rnd-post-main-link{
    margin:1.61803398875em 0;
    color: #4a90e2;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    display: block;
}

.rnd-post-card h4{
    margin:0;
    font-size:20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom:8px;
}
.rnd-post-card{
    display: flex;
    flex-direction: column;
    box-shadow: 0 7px 15px rgba(141, 151, 158, 0.22);
    margin-bottom: 32px;
    border-radius: 4px;
    background: white;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
    min-height: 297px;
}

.rnd-post a:hover .rnd-post-card{
    box-shadow: 0 10px 30px rgba(141, 151, 158, 0.35);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.rnd-post-card .rnd-post-title{
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    text-align: left;
}
@media (max-width: 35.49em){
    .rnd-post-card{
        min-height: 250px;
    }

    .rnd-post-card h4{
        font-size:16px;
        margin-bottom:4px;
    }
}