.so-widget-advisor_title .advisor-headline h1.advisor-name {
    margin: -1rem 0 .75rem;
    line-height: 1.2em;
	color: var(--ast-global-color-6);
}

.so-widget-advisor_title .advisor-headline .advisor-title {
	font-size: 1.375rem;
    margin-bottom: 0;
	font-weight: 600;
}

@media only screen and (max-width: 780px) {
	.so-widget-advisor_title .advisor-headline h1.advisor-name {
		margin: 0 0 .25rem;
	}
	
	.advisor-headline h1.advisor-name,
	.advisor-headline .advisor-title {
		text-align: center;
	}
}