.tags-section h3{
  text-align: center;
  font-size: 22px;
}
.tags-section .panel-header{
  justify-content: center;
}
@media (max-width: 767px) {
  .tags-section .panel-header h3{
    font-size: 18px;
  }
}
