.heading {
    /* headingSection */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 20px;
    gap: 24px;
    height: 117px;
    /* light_Blue */
    background: #F9F9FC;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}
