.header_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  background: #05853A;
  height: 45px;
}

.bodyTitle {
  display: flex;
  align-items: center;
  padding: 12px 0;
  background: #fff;

  .box {
    width: 4px;
    height: 16px;
    background: #05853a;
    margin-right: 8px;
  }

  .font {
    font-size: 18px;
    color: #000;
    font-weight: 700;
  }
}