.widget_syntax15_widget_attached_insight {
    background-color: var(--color-primary-dark);
    color: #FFF;
    padding: 3em 0 4em 0;
	margin-left: 0px;
}

.widget_syntax15_widget_attached_insight .widget-title {
    margin-bottom: 1.25em;
    font-family: var(--font-body);
    font-weight: 600;
}

.widget_syntax15_widget_attached_insight a {
    color: #FFF;
}

.single-insight {
    border-top: 1px solid #FFF;
    padding: 1.5em 0;
}

.single-insight:last-child {
    border-bottom: 1px solid #FFF;
}

.single-insight .insight-title {
    font-family: var(--font-heading);
    font-size: 1.375em;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1rem;
    display: block;
}

.single-insight .insight-link {
    text-transform: uppercase;
    color: var(--color-primary-light);
    font-weight: 600;
    letter-spacing: 0.15em;
    text-decoration: none;
    font-family: var(--font-body);
    display: block;
}

.single-insight .insight-link:hover {
    color: #FFF;
}

@media screen and (min-width: 70em) {
    .single-insight {
        width: 75%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .single-insight .insight-title {
        font-size: 1.625em;
        margin-bottom: 0;
        flex-grow: 1;
        flex-shrink: 1;
        display: inline-block;
    }

    .single-insight .insight-link {
        white-space: nowrap;
        flex-grow: 0;
        flex-shrink: 0;
        margin-left: 0.5em;
        display: inline-block;
    }

    .single-insight:last-child {
        border-bottom: none;
    }
}