.featured-contact-column-container {
    margin-bottom: 15px;
}
.featured-contact-container {
    height: 100%;
}

.featured-contact {
    border: 3px solid #004b97;
    padding: 20px;
    position: relative;
    height: 100%;
}

.featured-contact-name {
    font-size: 21px;
    margin-bottom: 10px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    letter-spacing: 1px;
    margin:0;
    line-height: 1.25;
}
.featured-contact-title {
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 0px;
}
.contact-button {
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.5;
    font-size: 12px;
    padding: 10px;
}
.contact-button a {
    text-decoration: none !important;
}
.contact-button span {
    font-size: 30px;
    margin-right: 10px;
    text-decoration: none;
}
.featured-contact .media {
    margin-bottom: 10px;
}
.featured-contact .media-left img {
    max-width: 130px;
    border: 2px solid #004b97;
}
@media screen and (max-width: 480px){
    .featured-contact .media-left {
        display: block;
        margin-bottom: 20px;
    }
    .featured-contact .media-left img {
        max-width: 242px;
    }
}