.welcome-wrapper .welcome {
  background: transparent;
  box-shadow: none;
  background-image: url("/user/documents/upload/aboutus-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.cdmc-about__inner {
  display: grid;
  grid-template-columns: minmax(0, 470px) minmax(0, 703px);
  gap: 60px;
  align-items: center;
}

.cdmc-about__visual img {
  width: 100%;
  height: auto;
}

.cdmc-about__title {
  margin: 0 0 22px;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
}

.cdmc-about__text {
  margin: 0 0 42px;
  font-size: 20px;
  line-height: 1.45;
}

.cdmc-about__text p {
  margin: 0 0 1em;
}

.cdmc-about__text p:last-child {
  margin-bottom: 0;
}

.cdmc-about__text strong {
  font-weight: 700;
}

.cdmc-about__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 24px;
}

.cdmc-about__btn .cdmc-tri {
  font-size: 19px;
}

@media (max-width: 1200px) {
  .cdmc-about__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .cdmc-about__visual img {
    max-width: 420px;
  }
}

@media (max-width: 767px) {
  .cdmc-about__title {
    font-size: 28px;
  }

  .cdmc-about__text {
    font-size: 16px;
    margin-bottom: 28px;
  }
}
