﻿.Page .Header {
    height: 70px;
}

.Header .Header_Title {
    font-size: 36px;
    font-weight: 400;
    color: white;
    padding-top: 10px;
    padding-left: 23%;
}

.tablet .Header .Header_Title,
.phone .Header .Header_Title{
    font-size: 24px;
    padding-right: 31px;
}

.Content .Title_Section {
    background: linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    padding: 0px;
    padding-bottom: 5px;
}

.tablet .Content .Title_Section ,
.phone .Content .Title_Section {
    padding-left: 20px;
}

.Content .Title_Section .Title {
    font-size: 18px;
    font-weight: 700;
    color: #999;
    /*letter-spacing: 1.7px;*/
    width: 100%;
}

.desktop .PreHamburgerIconPlaceholder {
    display: none;
}