.post-card{display:flex;flex-direction:row;align-items:center;border:1px solid #ddd;background-color:#fff;border-radius:8px;overflow:hidden;transition:transform .2s ease-in-out;text-decoration:none;color:inherit}.post-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0000001a}.post-card img{width:150px;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:8px}.post-card .card-body{flex:1;padding:1rem;display:flex;flex-direction:column;justify-content:space-between}.post-card h5{font-weight:700;margin-bottom:.5rem}.read-more-container{display:flex;justify-content:space-between;align-items:center}.btn-success{background-color:#657e37;color:#fff}.p img{padding-top:25px;padding-bottom:25px}@media(max-width:992px){.post-card{flex-direction:column;align-items:start}.post-card img{width:100%;max-height:200px}.post-card .read-more-container{width:100%}.post-card .read-more-container p{flex:1}.post-card .read-more-container p.text-success{text-align:left}.post-card .read-more-container p.text-end{text-align:right}}
