.cmp__dj-section-03 {
  background: #fafafa;
}
@media (max-width: 768px) {
.cmp__dj-section-03 {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}
}
.cmp__dj-section-03__title {
  color: rgba(0, 0, 0, 0.95);
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
  padding: calc(var(--rpx, 1px) * 110) 0;
  text-align: center;
}
@media (max-width: 768px) {
.cmp__dj-section-03__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    padding: calc(var(--rpx, 1px) * 64) var(--gutter) calc(var(--rpx, 1px) * 32);
    text-align: left;
}
}
.cmp__dj-section-03__content {
  height: 100vh;
}
@media (max-width: 768px) {
.cmp__dj-section-03__content {
    height: auto;
}
}
.cmp__dj-section-03 .responsive__layout {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
  position: sticky;
  top: 0;
}
@media (max-width: 768px) {
.cmp__dj-section-03 .responsive__layout {
    height: 100%;
    padding-top: 0;
}
}
.cmp__dj-section-03__cards {
  height: calc(var(--rpx, 1px) * 461);
}
@media (max-width: 768px) {
.cmp__dj-section-03__cards {
    height: auto;
}
}
.cmp__dj-section-03__card {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  gap: calc(var(--rpx, 1px) * 64);
  justify-content: space-between;
  padding: calc(var(--rpx, 1px) * 24) 0;
  position: relative;
}
@media (max-width: 768px) {
.cmp__dj-section-03__card {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    border-top: 0;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    padding: 0;
}
.cmp__dj-section-03__card:not(:last-child) {
    margin-bottom: 42px;
}
}
.cmp__dj-section-03__card__content1,
.cmp__dj-section-03__card__content2 {
  flex: 0 1 282px;
}
@media (max-width: 768px) {
.cmp__dj-section-03__card__content1,
  .cmp__dj-section-03__card__content2 {
    flex: 1;
}
.cmp__dj-section-03__card__content1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    background: #f6f6f6;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    order: 1;
    padding: 24px 1pc 0;
}
}
.cmp__dj-section-03__card__content1 h3 {
  color: #000;
  font-size: 2pc;
  font-weight: 500;
  line-height: 2.8pc;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
.cmp__dj-section-03__card__content1 h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
}
}
.cmp__dj-section-03__card__content1 p {
  color: #000;
  font-size: 1pc;
  font-weight: 500;
  line-height: 1.4pc;
}
@media (max-width: 768px) {
.cmp__dj-section-03__card__content1 p {
    color: rgba(0, 0, 0, 0.75);
    font-size: 1pc;
    font-weight: 500;
    line-height: 1.4pc;
    margin-bottom: 10px;
}
.cmp__dj-section-03__card__content1 p br {
    display: none;
}
}
.cmp__dj-section-03__card__content2 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4pc;
  text-align: justify;
}
@media (max-width: 768px) {
.cmp__dj-section-03__card__content2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    background: #f6f6f6;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    order: 2;
    padding: 0 1pc 24px;
}
}
.cmp__dj-section-03__card__image {
  flex: 0 1 620px;
}
@media (max-width: 768px) {
.cmp__dj-section-03__card__image {
    -webkit-box-flex: 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    flex: 1;
    margin-bottom: 8px;
    order: 0;
}
}
.cmp__dj-section-03__card__image img {
  border-radius: 6px;
  display: block;
  height: calc(var(--rpx, 1px) * 413);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
.cmp__dj-section-03__card__image img {
    height: calc(var(--rpx, 1px) * 413);
}
}
@media screen and (max-width: 767px) {
.cmp__dj-section-03__card__image img {
    height: calc(var(--rpx, 1px) * 229);
}
}