.caption-tags .tag {
  display: inline-block;
  margin: 0 0.3rem 0.3rem 0;
  font-size: 11px;
  background-color:#ebebec;
  padding: 0.6rem;
  border-radius: 4px;
  font-weight:600;
  color: #3a3a3a;
  text-align: center;
}

.caption-tags{
  text-align: center;
  padding-bottom:3%;
}