

.p_row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .p_row .post-thumbnail {
    width: 48%;
  }
  .p_row .product-details {
    width: 48%;
  }
  .btn.btn-orange.btn-order {
    width: 100%;
    margin-bottom: 20px;
  }