.fourth-display-posts {
.first-post {
gap: 15px;
.post-heading {
max-width: 50%;
}
.post-image {
max-width: 50%;
}
}
.other-posts {
gap: 15px;
.post-heading {
max-width: 70%;
}
.post-image {
max-width: 30%;
}
}
}
@media (max-width: 767.98px) {
.fourth-display-posts {
.first-post {
.post-heading {
max-width: 70%;
}
.post-image {
max-width: 30%;
}
}
}
}