.diamond_detail_wrap {
  background: #f8f8f8;
  padding: 30px;
}
.diamond_detail_wrap h4 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 26px;
}
.diamond_detail_wrap table {
  margin-bottom: 0;
}
.diamond_detail_wrap table > :not(caption) > * > * {
  padding: 20px 8px;
}
.diamond_detail_wrap .table > :not(caption) > * > * {
  background-color: transparent;
}
.diamond_detail_wrap table > :not(caption) > * > * {
  border-color: #bcbcbc;
}
.diamond_detail_wrap table tr td *,
.diamond_detail_wrap table tr td {
  color: #333333 !important;
}
.diamond_detail_wrap table tr td:first-child {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  min-width: 120px;
}
.diamond_detail_wrap table tr td .small {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}
.diamond_detail_wrap table tr .fw-bold {
  font-size: 16px;
  font-weight: 600 !important;
}
.diamond_detail_wrap table tr:last-child td {
  border-bottom: none !important;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .diamond_detail_wrap {
    padding: 25px;
  }
  .diamond_detail_wrap h4 {
    font-size: 20px;
  }
  .diamond_detail_wrap table > :not(caption) > * > * {
    padding: 15px 6px;
  }
  .diamond_detail_wrap .col-md-6:first-child tr:last-child td {
    border-bottom: 1px solid #bcbcbc !important;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  .diamond_detail_wrap {
    padding: 20px;
  }
  .diamond_detail_wrap h4 {
    font-size: 16px;
  }
  .diamond_detail_wrap table > :not(caption) > * > * {
    padding: 10px 4px;
  }
  .diamond_detail_wrap .col-md-6:first-child tr:last-child td {
    padding-bottom: 10px;
  }
  .diamond_detail_wrap table tr td:first-child {
    white-space: wrap;
    font-size: 12px;
  }
  .diamond_detail_wrap table tr td:last-child {
    font-size: 12px;
  }
  .diamond_detail_wrap table tr td .small {
    font-size: 10px;
    margin-top: 5px;
  }
  .diamond_detail_wrap table tr .fw-bold {
    font-size: 14px;
  }
}
