@charset "UTF-8";

h3, .h3 {
		font-size: clamp(1.2rem, 1.25vw, 1.75rem);
		font-weight: 700;
		padding-top: 0.5rem;
		margin-bottom: 1rem;
}

h4, .h4 {
		font-size: 1.1rem;
		font-weight: 400;
    padding: 0.35rem 0;
/*    line-height: revert;*/
}

.floating-form h4 {
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 0 1rem;
}

.h3-oldstyle,
.service-row h3,
.contact-card .h3,
.contact-card h3 {
    font-family: var(--dr-body-font-family);
    font-size: calc(1.3rem + .6vw);
    line-height: 1.1;
    margin-top: 0;
		padding-top: 0;
    color: var(--dr-blue);
    font-weight: var(--dr-body-font-weight);
    margin-bottom: .5rem;
}

.contact-card .h3,
.contact-card h3 {
    font-weight: revert;
    margin-bottom: revert;
}

.contact-card h4 {
    padding: revert;
/*    line-height: 1.2;*/
}

@media (min-width: 1200px) {
    .h3-oldstyle,
    .service-row h3,
    .contact-card h3,
    .contact-card .h3 {
        font-size: 2rem;
    }
}
