.section-title {
  margin-bottom: var(--size-32);
}

.section-description {
  margin-bottom: var(--size-48);
}

.section-content {
  margin-bottom: var(--size-80);
}

.section-content__header {
  position: relative;
  padding-left: var(--size-14);
}

.section-content__header::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 4px;
  background-color: var(--color-main-blue);
}

.section-content__header::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -8px;
  left: 0;
  background-color: var(--color-bg-light-gray1);
}

.section-content__value {
  margin-bottom: var(--size-48);
}

.section-content__button {
  margin-top: var(--size-16);
  height: var(--size-48);
  min-width: var(--size-250);
}
