.contact-section {
    padding: 40px 0;
}

.support-card {
    background: white;
    border-radius: 12px;
    padding: 40px 20px;
    border: 1px solid #e0e0e0;
    transition: 0.3s;
    height: 100%;
}


.support-card {
    background: white;
    border-radius: 8px;
    padding: 20px 20px;
    border: 1px solid #e0e0e0;

    display: flex;
    flex-direction: column; 
    align-items: center;    
    justify-content: center;
    text-align: center;
}
.support-icon {
    width: 120px;
    margin-bottom: 20px;
    display: block;
}


.support-btn {
    background-color: #2479DF;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: 0.3s;
     width: 100%; 
    max-width: 275px; 
    text-transform: uppercase;
}

.support-btn:hover {
    background-color: #2479DF;
}