.cmp__dj-section-04 {
  padding: calc(var(--rpx, 1px) * 120) 0 calc(var(--rpx, 1px) * 120 - 9pt);
}
@media screen and (max-width: 768px) {
.cmp__dj-section-04 {
    padding: calc(var(--rpx, 1px) * 64) 0 calc(var(--rpx, 1px) * 64 - 9pt);
}
}
.cmp__dj-section-04 .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  gap: calc(var(--rpx, 1px) * 64);
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
.cmp__dj-section-04 .container {
    flex-direction: column;
    gap: calc(var(--rpx, 1px) * 32);
}
}
.cmp__dj-section-04 .container h2 {
  -ms-flex-negative: 0;
  color: rgba(0, 0, 0, 0.95);
  flex-shrink: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
.cmp__dj-section-04 .container h2 {
    color: hsla(0, 0%, 5%, 0.95);
    font-size: 28px;
    font-weight: 500;
    line-height: 39.2px;
}
}
.cmp__dj-section-04 .container .conditions {
  -webkit-box-flex: 0;
  display: flex;
  flex: 0 1 958px;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}
@media screen and (max-width: 768px) {
.cmp__dj-section-04 .container .conditions {
    -webkit-box-flex: 0;
    display: block;
    flex: 0;
    margin: 0;
}
}
.cmp__dj-section-04 .container .conditions .condition-item {
  flex: 0 1 33.333%;
  margin-bottom: 9pt;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (max-width: 768px) {
.cmp__dj-section-04 .container .conditions .condition-item {
    padding: 0;
}
}
.cmp__dj-section-04 .container .conditions .condition-item.col-6 {
  flex: 0 1 50%;
}
.cmp__dj-section-04 .container .conditions .condition-item .condition-item-inner {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 9pt;
  padding: 28px 24px;
}
@media screen and (max-width: 768px) {
.cmp__dj-section-04 .container .conditions .condition-item .condition-item-inner {
    border-radius: 8px;
    display: flex;
    gap: 20px;
    padding: 28px 20px;
}
}
.cmp__dj-section-04 .container .conditions .condition-item .condition-item-inner .icon {
  display: block;
  height: 2pc;
  margin-bottom: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 2pc;
}
@media screen and (max-width: 768px) {
.cmp__dj-section-04 .container .conditions .condition-item .condition-item-inner .icon {
    height: 24px;
    margin: 0;
    width: 24px;
}
}
.cmp__dj-section-04 .container .conditions .condition-item p {
  color: rgba(0, 0, 0, 0.75);
  font-size: 18px;
  font-weight: 500;
  line-height: 0.3in;
}
@media screen and (max-width: 768px) {
.cmp__dj-section-04 .container .conditions .condition-item p {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
}
}