
main > header:before {
	background-image: url(../../recruit/img/visual.jpg);
}

h3#hygienist,
h3#assistant {
    margin-top: 1.5rem;
}

.recruit .table span {
    color: #5ccea4;
    text-decoration: underline;
}

#testimonials h3 {
    margin-top: 1.5rem;
}

#testimonials h4 {
    margin-top: 1.8rem;
}

.recruit a[href^="tel:"] {
    font-size: 1rem;
}

main .table tr th {
    vertical-align: middle;
}

@media(max-width:768px){
    #testimonials h3 {
        margin-top: 1rem;
    }
    .recruit a[href^="tel:"] {
        font-size: 1.2rem;
    }
}