h2, h3, h4, h5 {
color: #000!important;
font-size: 25px!important;
}
li {
color: #000!important;
}
.last-four-posts {
display: flex;
gap: 15px;
flex-wrap: wrap;
}
.post-item {
width: 24%;
text-align: center;
margin-bottom: 50px;
}
.post-thumbnail img {
width: 100%;
height: auto;
border-radius: 8px;
}
.post-item h3 {
text-align: center!important;
} .all-articles {
list-style: none;
padding: 0;
}
.all-articles li {
margin-bottom: 10px;
font-size: 16px;
}
.all-articles li a {
text-decoration: none;
color: #0073aa;
}
.all-articles li a:hover {
text-decoration: underline;
}
.article-item {
margin-bottom: 80px;
} @media (max-width: 767px) {
.post-item {
width: 100%;
}
}