.header {
  background: #FFFFFF;
  box-shadow: 0px 9px 10px rgba(24, 24, 24, 0.02);
  display: flex;
  align-items: center;
  padding: 29px 0;
  margin-bottom: 20px; }
  .header__info-profile {
    margin-right: 50px;
    display: flex;
    align-items: start; }
    .header__info-profile .ball {
      width: 24px;
      height: 24px;
      color: white;
      border-radius: 50%;
      background: black;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      margin-right: 10px;
      margin-top: 5px; }
  .header__info-profile-title {
    font-weight: bold;
    color: #181818;
    font-size: 16px; }
  .header__info-profile-subtitle {
    color: #8C8C8C;
    font-size: 14px; }

/*# sourceMappingURL=header.css.map */
