.ifag-incubator {
    background-color: #001838;
    padding: 80px 60px;
    color: #ffffff;
    box-sizing: border-box;
}

.ifag-incubator-grid {
    display: flex;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.ifag-incubator-content {
    flex: 1;
}

.ifag-incubator-list-wrapper {
    flex: 1;
}

.ifag-incubator-badge {
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid #c1a162;
    color: #c1a162;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: inherit;
}

.ifag-incubator-title {
    font-family: "Playfair Display", serif;
    font-size: 38px;
    font-weight: 800;
    margin: 0 0 25px 0;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.ifag-incubator-description {
    font-size: 16px;
    line-height: 1.7;
    color: #e5e7eb;
    font-family: inherit;
}

.ifag-incubator-description p {
    margin-bottom: 20px;
}

.ifag-incubator-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ifag-incubator-list-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #e5e7eb;
    font-weight: 500;
    line-height: 1.5;
    font-family: inherit;
}

.ifag-incubator-list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background-color: #ce2139;
}

@media (max-width: 991px) {
    .ifag-incubator-grid {
        flex-direction: column;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .ifag-incubator {
        padding: 50px 25px;
    }
    .ifag-incubator-title {
        font-size: 30px;
    }
}
