
.inside_spectra_section{
    position: relative;
    background: linear-gradient(102deg, rgba(254,36,255,0.5199420832786239) 0%, rgba(109,16,151,0.746832839581145) 19%, rgba(68,10,123,1) 100%);
    z-index: 1;
    overflow: hidden;
}
.inside_spectra_section::after{
    position: absolute;
    content: attr(section-name);
    width: 100%;
    height: 45%;
    bottom: 0;
    font-family: var(--font-rubik);
    color: transparent;
    font-size: 18rem;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fe00ff14;
    text-align: center;
    letter-spacing: 1rem;
    opacity: 1;
    z-index: -1;
}
.inside_spectra_section .section_title{
    color: var(--text-white);
}
.inside_spectra_section .col_desc{
    font-family: var(--font-rubik);
    font-size: var(--heading-3-1);
    font-weight: var(--font-weight-400);
    color: var(--text-white);
}
.inside_spectra_section .white_bg_button{
    color: #6024CE;
    font-size: var(--heading-4);
    display: inline-block;
}