.visit-info-item {
    margin: 15px 0;
}

.visit-info-item:first-of-type {
    margin-top: 0;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: lighter;
    font-style: normal;
    color: var(--colour-blue);
}

p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

#google-map {
    width: 100%;
    height: 100%;
    min-height: 400px;
}