div.ccm-page .featured-content {
    text-align: left;
    padding: 50px 0;
    font-size: 1.6em;
    margin: 50px 0;
}

div.ccm-page main .featured-content a:not(.fa):not(.btn){color: var(--white);text-decoration: none;transition: color .2s ease, text-decoration-color .2s ease;}

div.ccm-page main .featured-content a:not(.fa):not(.btn):hover{color: var(--primary-complement-color);text-decoration-color: var(--primary-color);}

div.ccm-page .featured-content .contact p {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

div.ccm-page .featured-content .btn {
    font-family: sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

div.ccm-page .featured-content .btn.btn-default {
    background: transparent;
    color: #fefefe;
    border: 1px solid #fefefe;
}

div.ccm-page.featured-content .btn.btn-default:hover {
    background: #fefefe !important;
    color: #333;
}

.tel-link:focus {
    outline: none;
    text-decoration: underline;
    color: var(--primary-complement-color);
}

@media only screen and (max-width:767px){

div.ccm-page.featured-content p{padding-left:1em;}
}
@media only screen and (max-width:500px){
	
div.ccm-page.featured-content p{font-size:0.6em; }
}