.insight-btn,
.whitespace-nowrap {
    white-space: nowrap
}

/* .main-heading {
    font-size: 72px;
    line-height: 96px
} */

.hero-text {
    margin-top: 12px;
    margin-bottom: 32px
}

.hero-star {
    top: 46%;
    left: -55px
}

.text_black {
    color: #000
}

.breadcrumb {
    list-style: none;
}

.breadcrumb,
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-link {
    gap: 10px
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    overflow: hidden;
}

.breadcrumb-item.active span {
    color: #71717A;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.yellow-gradient-section {
    background-image: url('../images/insight-gradient-bg.png');
    background-size: cover;
    background-position: center;
    padding: 60px 0
}

.insight-gradient-left {
    max-width: 646px;
    width: 100%;
    gap: 16px
}

.insight-btn {
    padding: 10px 16px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    max-width: fit-content;
    border: 1px solid #c1c300;
    color: #3f3f46;
    font-size: 14px;
    line-height: 20px
}

.secondary-btn {
    background-color: #feffe6
}

.secondary-btn:hover {
    background-color: #f3fe00
}

.lh_48 {
    line-height: 48px
}

.star-gif-icon {
    background-blend-mode: hard-light
}

@media(max-width:575px) {
    .sm_py_48 {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .main-heading {
        font-size: 36px;
        line-height: 50px
    }

    .hero-text {
        margin-top: 16px;
        margin-bottom: 24px
    }

    .hero-star {
        top: 18%;
        left: 0
    }

    .yellow-gradient-section {
        padding: 24px 0
    }

    .sm_flex_col {
        flex-direction: column
    }

    .sm_gap_24 {
        gap: 24px
    }

    .sm_fs_32 {
        font-size: 32px
    }

    .sm_lh_36 {
        line-height: 36px
    }

    .sm_mt_none {
        margin-top: 0
    }

    .sm_items_start {
        align-items: flex-start
    }

    .sm_text_start {
        text-align: left
    }
}