.contactHero {
    width: 80%;
    margin: 0 auto;
}

.contactHero img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.contactDetails {
    display: flex;
    flex-direction: column;
    width: 80%;
    padding: 3rem;
    margin: 2rem auto;
    justify-content: space-evenly;
    background-color: var(--lightBackground);    
}

.contactDetails h2 {
    border-left: 1rem solid red;
    border-radius: 1rem;
}

.contactDetailCol {
    flex: 1;
    margin: 1rem;
    display: flex;
}

.contactDetailRow {
    flex: 1;
    padding: 1rem;
    margin: 1rem auto;
}
.contactDetailRow h4 {
    margin: 1rem auto;
}

.contactDetailRow h4 {
    font-family: var(--bigHeadingFont);
}
