/* Make portfolio titles match the captions on your services/list page */ h3.portfolio-title { font-size: 0.9rem !important; /* same as that page: paragraph-2 @ 0.9rem */ line-height: 1.5 !important; /* comfy like body text */ font-weight: 400 !important; /* not bold */ text-transform: none !important; /* no ALL CAPS just in case */ color: inherit !important; /* same colour as surrounding text */ background: transparent !important; text-align: center !important; /* to match your centered layout */ }