:root {
    --header-height: 104px;
    --header-height-sm: 67px;
}
.contact-card__details {
    padding-left: 1.6875rem;
    flex: 1;
}
.contact-card__details--title {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
}
.contact-card__img {
    margin-top: -6px;
    flex: 0 0 43px;
    width: 43px;
}

@media screen and (max-width: 767.98px) {
    .contact-card__img{
        flex: 0 0 30px;
        width: 30px;
    }
    .contact-card__details--title{
        font-size: 1.575rem;
    }
}