.purchase-details {
  background: #fff;
  min-height: 78vh;
  padding: 0 24px 50px;
  .ant-tabs-nav {
    font-size: 16px;
  }
  .purchase-details-content {
    display: flex;
  }
  .details-specifications {
    h4.ant-typography,
    .ant-typography h4 {
      display: inline-block;
      width: 100px;
      text-align: right;
      font-size: 14px;
      color: #324150;
      margin-right: 48px;
      margin-bottom: 0;
      font-weight: 600;
    }
    div.ant-typography,
    .ant-typography p {
      margin-bottom: 24px;
    }
  }
  .product-description {
    padding: 8px 0;
    img {
      max-width: 100%;
      display: block;
    }
  }
}
