.third-content {
    /* Your styles for when content is present */
}

.third-content.no-content {
    display: none; /* Hide when no content */
    /* Additional styles if needed */
}
