.follow-up-contact .follow-up__header,
.follow-up-contact .follow-up__text:first-child > :first-child {
    margin-top: 0;
}

.follow-up-contact__details {
    display: flex;
    flex-direction: column;
}

.follow-up-contact__visual {
    margin-top: 1rem;
}

.follow-up-contact__image {
    display: block;
    width: 100%;
}

.follow-up-contact__metadata {
    flex-grow: 1;
}

.follow-up-contact__name {
    margin-top: 1rem;
}

.follow-up-contact__position {
    margin-top: 0;
}

.follow-up-contact .metadata {
    margin-top: 1rem;
}

@media (min-width: 30em) {
    .follow-up-contact__details {
        flex-direction: row-reverse;
    }

    .follow-up-contact__image {
        width: unset;
    }
}
