.product-featured-keywords-wrapper {
  width: 100%;
  padding: 7rem 0;
}

@media screen and (max-width: 820.99px) {
  .product-featured-keywords-wrapper {
    padding: 5rem 0;
  }
}

@media screen and (max-width: 600.99px) {
  .product-featured-keywords-wrapper {
    padding: 3rem 0;
  }
}

.product-featured-keywords-wrapper .page-width > *:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
