﻿.header_Actions{
    min-height: 88px;
    background: linear-gradient(0.25turn, var(--headerMobilePrimary1), var(--headerMobilePrimary2),var(--headerMobilePrimary3));
    color: #fff;
    }
.hActions_M{
    min-height: 88px;
    display: flex;
    align-items:center; 
    justify-content: space-between;
    padding: 0 20px;
    font-size: 20px;
    }