.heading-image-block {
    display:flex;
    flex-direction: column;
    align-items: center;
}
.heading-image-block .heading  h2 {
    text-align: center;
    font-feature-settings: 'ss03' on, 'liga' off, 'clig' off;
    font-family: inherit;
    font-size: 30px;
    font-style: normal;
    letter-spacing: -1.2px;
    line-height: 120%; /* 58.1px */


    background: linear-gradient(93deg, #00A3FF 9.68%, #FF4668 36.77%, #FF4668 97.48%, #C446FF 110.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-feature-settings: 'ss03' on, 'liga' off, 'clig' off;
    font-weight: 700;

}
.heading-image-block .heading h2 .white  {
    font-weight: 400;
    background-clip: text;
    background-color: white;
}

@media (min-width:768px) {
    .heading-image-block {
        flex-direction: row;
        align-items: center;
    }    
    .heading-image-block .heading  h2 {
        font-size: 48.417px;    
        letter-spacing: -1.937px;
        text-align: left;
    }
}