

.contact-block {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    padding: 20px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 200px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-color: #005EBA;
}

.contact-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.contact-block i {
    font-size: 40px;
    color: #005EBA; 
    margin-bottom: 10px;
    
}

.contact-block h5 {
    font-size: 1.25em;
    font-weight: bold;
    color: #333333;
    margin: 10px 0 5px;
}

.contact-block p {
    font-size: 1em;
    color: #555555;
    margin: 0;
}

.contact-block br {
    display: block;
    margin-bottom: 10px;
}



.contact-headline {
    font-size: 1.75em;
    font-weight: bold;
    text-align: center;
    color: #005EBA !important;
    margin-bottom: 10px;
}

.headline-divider {
    width: 60px;
    height: 4px;
    background-color: #005EBA;
    margin: 0 auto 30px; 
    border-radius: 2px;
}
