.financial-status-section {
    padding: 60px 0;
    background-color: white; 
}

.financial-status-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000; 
    margin-bottom: 20px;
}

.financial-status-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}
