@media screen and (max-width: 768px) {
    .contact-details > div {
        flex-direction: column;
        align-items: center;
    }
}