.thousands-products {
}

.thousands-products-container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.thousands-products-wrapper {
  display: flex;
  padding: 25px;
  gap: 20px;
  border: 1px solid #181818;
  border-radius: 5px;

  @media (max-width: 1024px) {
    flex-direction: column;
    padding: 16px;
  }
}

.thousands-products-left {
  width: 100%;
  max-width: 529px;
  padding-top: 15px;
  h3 {
    font-family: var(--ff-secondary);
    font-weight: 700;
    font-size: 45px;
    line-height: 0.9;
    letter-spacing: -2px;
    margin: 0 0 16px 0;

    @media (max-width: 1024px) {
      font-size: 28px;
      line-height: 1;
    }
  }
  p {
    font-size: 18px;
    line-height: 1.5;
    max-width: 490px;
    margin-bottom: 0;
  }
}
