.practice-everyday {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 8px;
  background-color: rgb(250, 255, 240);
  position: relative;
}
.practice-everyday .title-small {
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  color: #fff;
  padding: 0px 8px;
  border-radius: 4px;
  text-align: center;
  width: 100%;
}
.practice-everyday .title-small p {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  padding: 0;
  width: 80px;
  background-color: rgb(136, 197, 14);
  padding: 4px 0;
  border-radius: 4px;
}
