:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

.a-tags {
  display: none;
}
@media only screen and (min-width: 768px) {
  .a-tags {
    display: flex;
    flex-wrap: wrap;
    margin: 24px 0 0 -16px;
  }
}
.a-tags__tag {
  margin: 16px 0 0 16px;
  font-size: 1rem;
  line-height: 1.375rem;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  font-weight: 600;
  color: #01a9c1;
  border: solid 1px rgba(1, 169, 193, 0.5);
  padding: 0 24px;
}
.a-tags__tag:hover {
  background: #01a9c1;
  color: #ffffff;
}
.a-tags a.a-tags__tag {
  text-decoration: none;
}