


.contact_section .card {
    border: 0;
    border-bottom: 0.35rem solid #64a19d;
    background-color: whitesmoke;
    opacity: 0.90;
}

.contact_section .card h4 {
    font-size: 1rem;
    font-family: 'Varela Round';
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}

.contact_section .card hr {
    border-color: #64a19d;
    border-width: 0.25rem;
    width: 7rem;
}

.contact_sections.social {
    margin-top: 15rem;
}

.contact_section .social a {
    text-align: center;
    height: 3rem;
    width: 3rem;
    margin: 4rem;
    font-size: 30px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 100%;
    line-height: 3rem;
    color: goldenrod;
}

.contact_section .social a:hover {
    color: orange;
}

.contact_section .social a:active {
    color: #fff;
}

#fas_font {
    color: #64a19d;
    font-size: 1.75em;
}