/**
 * ========================================
 * EDIT.CSS - STANDALONE CUSTOM CSS FILE
 * ========================================
 * 
 * This file is NOT processed by any build system.
 * Add your custom CSS directly here for live/production edits.
 * This file will NOT be overwritten by the build process.
 * 
 * Perfect for quick fixes, custom styles, or overrides
 * that need to be added without rebuilding.
 * 
 * ========================================
 */

/* Add your custom CSS below this line */

.contact-info .text-edit-size-sm {
        font-size: clamp(0.875rem, 0.7632rem + 0.4057vw, 1.25rem);
}

@media (min-width: 440px) {
    .contact-info {
        text-align:left;
    }
    
    h3 {
        justify-content: flex-start!important;
    }
}