.contact_page_text {
    text-align: center; 
    display: flex; 
    flex-direction: column; 
    gap: .5rem;
}
.contact_page_tile img {
    height: 150px;
}
.contact_page_tile {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    overflow: hidden;
    background-color: #f0f0f0 !important;
    padding: 2rem;
    min-height: 350px;
}