section.contact .page-title {
    text-align: center;
    margin-bottom: 60px;
}

section.contact h1 {
    font-size: 44px;
    font-family: Georgia, sans-serif;
    font-weight: 600;
    color: #222;
}

.contact-page-content {
    margin-bottom: 50px;
}

section.contact .info-box h2 {
    font-size: 18px;
    font-family: Georgia, sans-serif;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
}

section.contact .info-box ul {
    list-style-type: none;
    margin: 0;
}

section.contact .info-box li {
    margin-bottom: 20px;
}

section.contact .info-box li a {
    font-size: 20px;
    font-weight: 400;
    font-family: Calibri, sans-serif;
    color: #222;
    text-decoration: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    word-wrap: anywhere;
}

section.contact .info-box li a svg {
    width: 32px;
    margin-right: 15px;
}

section.contact p {
    font-size: 20px;
    font-weight: 400;
    font-family: Calibri, sans-serif;
    margin-bottom: 15px;
    color: #222;
    text-decoration: none;
}

section.contact .info-box {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    section.contact .info-box ul {
        padding-left: 20px;
    }
    section.contact .info-box li a svg {
        width: 20px;
    }
}