.ideas .ideasbox{
    margin-bottom: 4rem;
}
.ideas .ideastitle .title{
    color:var(--company-color);
    font-weight: 600;
    margin-bottom: unset;
    
}
.ideas .ideastitle .cntitle{
    font-size: 24px;
}
.ideas .ideastitle .entitle{
    font-size: 16px;
}
.ideas .ideastitle .title .bi-chevron-double-right::before{
    font-weight: 600 !important;
}
.ideas .ideastitle .border-bottom{
    background-color: #ccc;
    height: 6px;
    display: flex;
    flex-wrap: nowrap;
}
.ideas .ideastitle .border-bottom .border-bottom-first{
    background-color:var(--company-color);
    height: 100%;
    width: 10%;
}
.ideas .ideastitle .border-bottom .border-bottom-second{
    background-color:orange;
    height: 100%;
    width: 25%;
}
.ideas .desc{
    margin-top: 20px;
    font-size: 18px;
    display: flex;
    font-family: 'sans-serif';
}
.ideas .desc .bi{
    color: var(--company-color) !important;
    font-weight: 600;
    font-size: 30px;
}
