.contact-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
}

.contact-container .contact-box {
    padding: 20px;
    text-align: center;
    border-top: 1px solid #007bff;
    border-bottom: 1px solid #007bff;
	align-content: center;
}

.contact-container .contact-box a {
    text-decoration: none;
    font-weight: 500;
}

.contact-container .contact-box a:hover {
    text-decoration: underline;
}

.contact-container .contact-box h2 {
    font-weight: bold;
    font-size: 1.25rem;
}
