 .blog-post-card {
transition: border-color 0.3s ease, box-shadow 0.3s ease;
border: 1px solid transparent;
}

.blog-post-card:hover {
border-color: #007bff;
box-shadow: 0 0 12px rgba(0, 123, 255, 0.15);
}
    .share-icons img {
width: 24px;
margin-right: 10px;
}
.more-posts li {
border-top: 1px solid #ddd;
padding: 10px 0;
}
.more-posts li:first-child {
border-top: none;
}
.title-about h2
{
text-align: center;
color: #FFF;
font-family: "Playfair Display";
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
}