.info-hub-wrapper-c21252ad {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.info-hub-left-c21252ad {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.info-hub-right-c21252ad {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}

.info-hub-label-c21252ad {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.info-hub-image-c21252ad img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.info-hub-title-c21252ad {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #1f2937;
}

.info-hub-title-c21252ad span.highlight {
    /* Color controlled by Elementor */
}

.info-hub-desc-c21252ad {
    font-size: 18px;
    line-height: 1.6;
    color: #374151;
    margin-bottom: 24px;
}

.info-hub-desc-secondary-c21252ad {
    color: #6b7280;
    font-size: 16px;
}

@media (max-width: 768px) {
    .info-hub-wrapper-c21252ad {
        flex-direction: column;
        gap: 30px;
    }
    .info-hub-right-c21252ad {
        padding-top: 0;
    }
    .info-hub-title-c21252ad {
        font-size: 36px;
    }
}
