


/* GRADIENT FOR DESKTOP HEADER */
.t228__positionfixed {
    background-image: linear-gradient(to top, rgba(44, 172, 214, 0), #2cacd6);
}

/* GRADIENT FOR MOBILE HEADER */
.t280__container__bg {
    background-image: linear-gradient(to top, rgba(44, 172, 214, 0), #2cacd6);
}


