/* Center the carousel title in SiteOrigin widgets */
.so-widget-sow-carousel .sow-carousel-title,
.so-widget-sow-post-carousel .sow-carousel-title {
    text-align: center;       /* Center text horizontally */
    display: block;           /* Ensure it behaves like a block element */
    margin: 0 auto;           /* Auto margins for centering */
    width: 100%;              /* Full width to allow centering */
}