Contact
Get in touch for a complimentary 30-minute call.
/* Keep these headers exactly as set in Cargo (font + size) */
.offerings .title, /* "Styling Offerings" */
.about-section .title, /* "About" */
.section-inquiry h2 { /* "Contact" (your form header) */
font-family: inherit !important;
font-weight: inherit !important;
font-size: inherit !important;
line-height: inherit !important;
letter-spacing: inherit !important;
}
/* Prevent mobile auto-shrinking on iOS */
html { -webkit-text-size-adjust: 100% !important; }