.o-collection-title {
  margin-top: 3.2rem;
}
.o-collection-title__buttons {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.o-collection-title__buttons .a-btn {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .o-collection-title__buttons .a-btn {
    flex-basis: auto;
  }
}
