﻿@media (max-width:1000px) {
  .product-row {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .product-image_container {
    display: flex;
    justify-content: center;
  }

  .title1 {
    margin-top: 10px;
  }
}

@media (min-width: 1001px) {
  .product-row {
    flex-direction: row;
    justify-content: space-between;
  }
}

.product-heading {
  color: #505D64;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

body {
  color: #505D64;
  line-height: 20px;
}

.title1 {
  font-size: 24px;
  font-weight: bold;
}

.button button-yellow {
  margin-right: 10px;
}

.product-button {
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  padding: 0.75em 1.25em;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  margin-right: 10px;
}

.product-row {
  display: flex;
  margin-left: 0;
}

.quotes-box {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 10px;
  background-color: #f9f9f9;
  min-height: 200px;
}

.indent {
  margin-left: 20px;
  text-align: right;
}

.product-image {
  max-height: 300px;
  max-width: 300px;
}

.product-table {
  width: 100%;
}

  .product-table td {
    border: 1px solid gray;
    padding: 10px;
  }

.product-feature_list {
  margin-left: 30px;
}

.product-rhetoric {
  margin-top: 10px;
}

.product-social_proof {
  display: flex;
}
