p.sub-heading {
  text-align: center;
  margin-bottom: 2rem;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  color: #000; }

.category-products {
  width: 100%;
  display: flex;
  gap: 2rem;
  align-items: stretch;
  flex-flow: row wrap;
  margin-bottom: 4rem; }

.category-product {
  width: calc(50% - 1rem);
  display: flex;
  align-items: stretch; }

.category-product > div {
  width: 50%;
  align-self: stretch; }

.prod-infos {
  padding: 2rem;
  background: #F6F2EA;
  display: flex;
  align-items: center;
  border-radius: 0 8px 8px 0; }

.prod-img img {
  width: 100%;
  border-radius: 8px 0 0 8px;
  object-fit: cover;
  height: 100%; }

.prod-info > h2 {
  color: #000;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 1.5rem; }

.prod-info > p {
  margin-bottom: 1.5rem; }

.prod-info > h3 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem; }

a.product-list-link {
  padding: 1rem 2rem;
  background: #BF2102;
  border-radius: 3rem;
  border: 2px solid #431207;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-family: 'Bogart', sans-serif;
  line-height: 1;
  display: block;
  width: 100%;
  text-align: center; }

a.product-list-link:hover {
  background: #CC4A30; }

a.product-list-link:active {
  background: #731401; }

@media (max-width: 1057px) {
  .category-product {
    flex-flow: row wrap; }
  .category-product > div {
    width: 100%; }
  .prod-img img {
    border-radius: 8px 8px 0 0; }
  .prod-infos {
    border-radius: 0 0 8px 8px; } }

@media (max-width: 768px) {
  .category-product {
    width: 100%; }
  .category-product > div {
    width: 50%; }
  .prod-img img {
    border-radius: 8px 0 0 8px; }
  .prod-infos {
    border-radius: 0 8px 8px 0; } }

@media (max-width: 550px) {
  .category-product > div {
    width: 100%; }
  .prod-img img {
    border-radius: 8px 8px 0 0; }
  .prod-infos {
    border-radius: 0 0 8px 8px; } }
