.cmp__brand-section-20 {
  padding: calc(var(--rpx, 1px) * 80) 0;
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .cmp__brand-section-20 {
    padding: calc(var(--rpx, 1px) * 64) 0 calc(var(--rpx, 1px) * 48);
  }
}
.cmp__brand-section-20 .responsive__layout .container {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  min-height: calc(var(--rpx, 1px) * 540);
  background: rgb(250, 250, 250);
}
@media screen and (max-width: 767px) {
  .cmp__brand-section-20 .responsive__layout .container {
    flex-direction: column;
    border-radius: 0;
    min-height: auto;
    background: #fff;
  }
}
.cmp__brand-section-20 .responsive__layout .image-container {
  flex: 872;
}
@media screen and (max-width: 767px) {
  .cmp__brand-section-20 .responsive__layout .image-container {
    flex: unset;
  }
}
.cmp__brand-section-20 .responsive__layout .image-container .image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .cmp__brand-section-20 .responsive__layout .image-container .image {
    height: calc(var(--rpx, 1px) * 210);
    border-radius: 6px;
  }
}
.cmp__brand-section-20 .responsive__layout .text-container {
  flex: 440;
  padding: calc(var(--rpx, 1px) * 48);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(var(--rpx, 1px) * 20);
}
@media screen and (max-width: 767px) {
  .cmp__brand-section-20 .responsive__layout .text-container {
    flex: unset;
    gap: calc(var(--rpx, 1px) * 12);
    justify-content: flex-start;
    padding: calc(var(--rpx, 1px) * 24) 0 0 0;
  }
}
.cmp__brand-section-20 .responsive__layout .text-container h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 44.8px;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .cmp__brand-section-20 .responsive__layout .text-container h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    color: rgba(13, 13, 13, 0.95);
  }
}
.cmp__brand-section-20 .responsive__layout .text-container .content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.55);
  text-align: justify;
}
.cmp__brand-section-20 .responsive__layout .text-container .content p:not(:last-child) {
  margin-bottom: calc(var(--rpx, 1px) * 12);
}
@media screen and (max-width: 767px) {
  .cmp__brand-section-20 .responsive__layout .text-container .content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.55);
  }
}