/* Block: despre-content-funding */
.htc-despre-content-funding {
    padding: 2rem 1rem;
    background-color: #ffffff;
    border-top: 1px solid #e9ecef;
}

.htc-despre-content-funding__content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.htc-despre-content-funding__text {
    margin-bottom: 2rem;
}

.htc-despre-content-funding__text p {
    font-size: 1rem;
    line-height: 1.6;
    color: #34495e;
    margin: 0;
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.htc-despre-content-funding__logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.htc-despre-content-funding__logo {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.htc-despre-content-funding__logo-img {
    max-width: 120px;
    max-height: 60px;
    width: auto;
    height: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.htc-despre-content-funding__logo-img:hover {
    opacity: 1;
}

@media (min-width: 576px) and (max-width: 1023.98px) {
    .htc-despre-content-funding {
        padding: 3rem 1rem;
    }
    
    .htc-despre-content-funding__text p {
        font-size: 1.1rem;
        padding: 2rem;
    }
    
    .htc-despre-content-funding__logos {
        gap: 3rem;
    }
    
    .htc-despre-content-funding__logo {
        height: 80px;
    }
    
    .htc-despre-content-funding__logo-img {
        max-width: 150px;
        max-height: 80px;
    }
}

@media (min-width: 1024px) {
    .htc-despre-content-funding {
        padding: 4rem 1rem;
    }
    
    .htc-despre-content-funding__text p {
        font-size: 1.2rem;
        padding: 2.5rem;
    }
    
    .htc-despre-content-funding__logos {
        gap: 4rem;
    }
}
