.collection__page .btn-product-description {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 24px;
}
.collection__page .btn-product-description .icon-chevron,
.collection__page .btn-product-description .icon-chevron svg {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 990px) {
  .collection__page .btn-product-description {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 32px;
  }
  .collection__page .btn-product-description .icon-chevron,
  .collection__page .btn-product-description .icon-chevron svg {
    width: 40px;
    height: 40px;
  }
}