/* Underline all links inside Content Section 4 */
#content-section-4 a {
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

/* Homepage section 4 */
#content-section-4 a,

/* Gig page section 1 only */
.page-id-2909 #content-section-1 a {
    text-decoration: underline !important;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}