.contactInfo {
    padding: 50px 0;
}
.contactInfo h2 {
    color: #1E293B;
    text-align: center;
    font-family: "EB Garamond";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contactInfo p {
    color: #1B421C;
    text-align: center;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contactInfo .email {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactInfo .email a {
    color: #1B421C;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.contactInfo .email i {
    color: #1B421C;
    margin-right: 10px;
}
.contactInfo .phone {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactInfo .phone a {
    color: #1B421C;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contactInfo .social {
    display: flex;
    justify-content: center;
}
.contactInfo .social a {
    color: #1B421C;
    margin: 0 5px;
}

.contactInfo .social {
    flex-direction: column;
    align-items: center;
}
.contactInfo .social a {
    text-decoration: none;
    margin-bottom: 10px;
}
.contactInfo .social a i {
    margin-right: 10px;
}

@media (max-width: 450px) {
    .contactInfo .social {
        flex-direction: row;
    }
    .contactInfo .social span {
        display: none;
    }
}
