.woocommerce-page .woocommerce-section {
  padding-bottom: 7.62rem;
}
@media screen and (max-width: 960px) {
  .woocommerce-page .woocommerce-section {
    padding-bottom: 5.62rem;
  }
}
.woocommerce-page .woocommerce-section .page-title {
  margin-bottom: 3.31rem;
}
@media screen and (max-width: 960px) {
  .woocommerce-page .woocommerce-section .page-title {
    margin-bottom: 2.06rem;
  }
}
@media screen and (max-width: 960px) {
  .woocommerce-page .woocommerce-section .actions-wrapper button {
    width: 100%;
  }
}