.nav-cta-headline {
    color: white;
    font-size: 15px;
    line-height: 12px;
    margin-bottom: 4px;
    text-align: center;
	font-weight: 600;
}

.nav-cta-phone {
    display: block;
    color: var(--brand-color-main);
    font-size: 28px;
    text-align: center;
    font-family: 'EuclidBCircularSemiBold', sans-serif;
    text-transform: uppercase;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
}

.nav-cta-phone:hover {
    color: var(--brand-color-alt);
}

.nav-cta-sub {
    color: white;
    margin-top: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 10px;
}

.nav-cta-desktop {
    margin-left: 15px;
}