.header {
    position: relative;
    width: 100%;
    height: 72px;
    background: #FFFFFF;
    border-radius: 0px;
    box-shadow: 0px 1px 1px #171a1f17;
}

.title {
    position: absolute;
    top: 18px;
    left: 46px;
    font-family: Arial, serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #323842;
}