/* Wrapper */
.dt-wrapper-75c94b36 {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

.dt-image-col-75c94b36 {
    flex: 1 1 45%;
    max-width: 50%;
}

.dt-image-col-75c94b36 img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    display: block;
}

.dt-content-col-75c94b36 {
    flex: 1 1 45%;
}

/* Eyebrow */
.dt-eyebrow-75c94b36 {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Title & Desc */
.dt-title-75c94b36 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.dt-desc-75c94b36 {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 40px 0;
}

/* Features List */
.dt-features-75c94b36 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.dt-feature-item-75c94b36 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

/* Icon */
.dt-feature-icon-75c94b36 {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}

.dt-feature-icon-75c94b36 svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

/* Feature Content */
.dt-feature-content-75c94b36 {
    flex: 1;
}

.dt-feature-title-75c94b36 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.dt-feature-desc-75c94b36 {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .dt-wrapper-75c94b36 {
        flex-direction: column;
    }
    .dt-image-col-75c94b36 {
        max-width: 100%;
        width: 100%;
    }
    .dt-title-75c94b36 {
        font-size: 28px;
    }
}
