section.business-benefits-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;

  background: var(--grayscale-gray-800, #2e3032);
}

div.business-benefits-section__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 120px;
}

span.business-benefits-section__title {
  color: var(--white, #fff);
  font-size: 44px;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
}

div.business-benefits-section__benefits {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}

div.business-benefits-section__benefit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: -1px;
  align-self: stretch;

  border: 1px solid var(--grayscale-gray-500, #a4aaae);
}

img.business-benefits-section__image {
  display: flex;
  width: 660px;
  height: 460px;
  justify-content: center;
  align-items: center;
}

div.business-benefits-section__divider {
  width: 1px;
  align-self: stretch;

  background: var(--grayscale-gray-500, #a4aaae);
}

div.business-benefits-section__benefit-content {
  display: flex;
  padding: 0px 52px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  align-self: stretch;
}

div.business-benefits-section__benefit-details {
  display: flex;
  width: 438px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

span.business-benefits-section__benefit-title {
  color: var(--white, #fff);
  font-size: 32px;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

p.business-benefits-section__benefit-description {
  color: var(--grayscale-gray-400, #c6cacf);
  font-size: 20px;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

button.business-benefits-section__button {
  display: flex;
  align-items: center;
  gap: 8px;
}

span.business-benefits-section__button__text {
  color: var(--primary-primary, #007aff);
  font-size: 20px;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

img.business-benefits-section__button__icon {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  div.business-benefits-section__content {
    gap: 68px;

    padding: 0 24px;
  }

  span.business-benefits-section__title {
    color: var(--white, #fff);
    font-size: 28px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
  }

  div.business-benefits-section__benefits {
    gap: 56px;
  }

  div.business-benefits-section__benefit {
    flex-direction: column;

    border: 1px solid var(--grayscale-gray-500, #a4aaae);
  }

  img.business-benefits-section__image {
    width: 100%;
    height: 228px;
  }

  div.business-benefits-section__divider {
    width: 100%;
    height: 1px;
  }

  div.business-benefits-section__benefit-content {
    padding: 36px 20px;
  }

  div.business-benefits-section__benefit-details {
    width: 100%;
    gap: 20px;
  }

  span.business-benefits-section__benefit-title {
    color: var(--white, #fff);
    font-size: 24px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }

  p.business-benefits-section__benefit-description {
    color: var(--grayscale-gray-300, #dfe3e9);
    font-size: 16px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }

  span.business-benefits-section__button__text {
    color: var(--primary-primary, #007aff);
    font-size: 16px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
  }
}
