section.drcha-experience-section {
  display: flex;

  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;

  background: #383e42;
}

div.drcha-experience-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 56px;
}

img.drcha-experience-section__logo {
  display: flex;
  width: 249px;
  justify-content: center;
  align-items: center;
}

div.drcha-experience-section__text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

div.drcha-experience-section__quote {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

span.drcha-experience-section__quote-mark {
  color: var(--white, #fff);
  text-align: center;
  font-size: 44px;
  font-family: "PT Serif", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

span.drcha-experience-section__quote-text {
  color: var(--white, #fff);
  text-align: center;
  font-size: 44px;
  font-family: pretendard;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

span.drcha-experience-section__description {
  color: var(--grayscale-gray-400, #c6cacf);
  text-align: center;
  font-size: 20px;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

@media screen and (max-width: 1024px) {
  div.drcha-experience-section__content {
    padding: 0 24px;
  }

  div.drcha-experience-section__text-container {
    gap: 40px;
  }

  div.drcha-experience-section__quote {
    gap: 0;
  }

  span.drcha-experience-section__quote-mark {
    color: var(--white, #fff);
    text-align: center;
    font-size: 28px;
    font-family: "PT Serif", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }

  span.drcha-experience-section__quote-text {
    color: var(--white, #fff);
    text-align: center;
    font-size: 28px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }

  span.drcha-experience-section__description {
    color: var(--grayscale-gray-400, #c6cacf);
    text-align: center;
    font-size: 16px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
}
