.interview-tag {
  position: absolute;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #369360;
  color: #fff;
  left: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}