.used-equipment {
  color: black;
  width: 100%;
  max-width: 1200px;
  margin: 10px auto;
  padding: 10px; }
  .used-equipment h1 {
    background-color: black;
    color: white;
    padding: 10px; }
  .used-equipment .machine {
    margin-bottom: 40px;
    border-bottom: 1px dotted black; }
    .used-equipment .machine .machine-image {
      width: 100%; }
      @media only screen and (min-width: 600px) {
        .used-equipment .machine .machine-image {
          width: 200px;
          float: left;
          margin: 0px 10px 10px 10px; } }
      @media only screen and (min-width: 900px) {
        .used-equipment .machine .machine-image {
          width: 300px; } }
      .used-equipment .machine .machine-image img {
        width: 100%; }
      .used-equipment .machine .machine-image .image-row {
        margin-top: 3px;
        padding-bottom: 10px;
        float: left;
        width: 100%; }
        .used-equipment .machine .machine-image .image-row img {
          width: 50px;
          height: 50px;
          padding: 2px;
          object-fit: cover;
          float: left; }
    .used-equipment .machine .machine-price {
      float: right;
      padding-bottom: 10px; }
    .used-equipment .machine .machine-email a {
      background-color: #71b333;
      color: white;
      padding: 8px;
      margin: 2px 0px;
      border-radius: 8px;
      display: inline-block; }
    .used-equipment .machine .machine-telephone a {
      background-color: #007acc;
      color: white;
      padding: 8px;
      margin: 2px 0px;
      border-radius: 8px;
      display: inline-block; }
