.text-block h3 { 
    font-size: 1.8rem; 
    margin-bottom: 1rem; 
    color: var(--primary); 
}

.text-block p { 
    margin-bottom: 1rem; 
    color: var(--text); 
}

/* Ensure the image block looks slightly different or enhanced */
.image-block {
    padding: 1rem;
    background: var(--white);
    border-radius: 10px;
}

