section.benefit-automated-response-section {
  display: flex;
  padding: 217px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;

  background: #383e42;
}

div.benefit-automated-response-section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

img.benefit-automated-response-section__logo {
  display: flex;
  width: 249px;
  justify-content: center;
  align-items: center;
}

div.benefit-automated-response-section__quote {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

span.benefit-automated-response-section__quote-mark_left {
  color: var(--white, #fff);
  text-align: center;
  font-size: 64px;
  font-family: "PT Serif", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

span.benefit-automated-response-section__quote-text {
  color: var(--white, #fff);
  text-align: center;
  font-size: 44px;
  font-family: Pretendard;
  font-weight: 700;
  line-height: 54px;
}

span.benefit-automated-response-section__quote-mark_right {
  color: var(--white, #fff);
  text-align: center;
  font-size: 64px;
  font-family: "PT Serif", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

p.benefit-automated-response-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) {
  section.benefit-automated-response-section {
    padding: 88px 0px;
  }

  div.benefit-automated-response-section__content {
    padding: 0 24px;
  }

  div.benefit-automated-response-section__quote {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
  }

  span.benefit-automated-response-section__quote-mark_left,
  span.benefit-automated-response-section__quote-text,
  span.benefit-automated-response-section__quote-mark_right {
    font-size: 28px;
    line-height: 40px;
  }

  p.benefit-automated-response-section__description {
    font-size: 16px;
    line-height: 28px;
  }
}
