.list-tab-cont .new-title {
  background-color: #285fac;
  color: #fff;
  display: flex;
  justify-content: start;
  align-items: center;
}

.new-title .title-text {
  width: 100px;
  display: inline-block;
  font-size: 24px;
}
.new-title .title-img {
  width: 60px;
  margin-right: 20px;
}
