.product-recommendations {
  padding-block: 50px 35px;

  .section-title {
    text-align: left;
    
    * {
      font-size: 25px;
      line-height: 32px;
      font-family: var(--heading-family);
    }

    strong {
      font-weight: 400;
      letter-spacing: 0.01rem;
    }
  }

  .prod-title {
    font-size: 16px;
    line-height: 24px;
  }
}