.single-cases-highlights-section {
  padding-top: clamp(32px, 16.9796px + 3.2653vw, 64px);
  padding-bottom: clamp(32px, 16.9796px + 3.2653vw, 64px);
}

.single-cases-highlights-section .section-title {
  padding-bottom: 24px;
  margin-bottom: clamp(24px, 16.4898px + 1.6327vw, 40px);
  font-family: Satoshi-Bold;
  font-size: clamp(40px, 32.4898px + 1.6327vw, 56px);
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 1.14; /* 114.286% */
  color: var(--e-global-color-text);
  text-transform: capitalize;
  border-bottom: 1px solid rgb(240 243 250 / 16%);
}

.single-cases-highlights-section .section-content {
  display: flex;
  gap: 16px;
}

.single-cases-highlights-section .content-title {
  flex: 1 1 50%;
  min-width: 200px;
  font-family: Satoshi-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 1.5; /* 150% */
  color: var(--e-global-color-text);
  text-transform: uppercase;
  letter-spacing: 0.64px;
}

.single-cases-highlights-section .content-list {
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-cases-highlights-section .content-list-item {
  padding: 24px;
}

.single-cases-highlights-section .content-item-title {
  margin-bottom: 24px;
  font-family: Satoshi-Bold;
  font-size: clamp(24px, 22.1224px + 0.4082vw, 28px);
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 130%; /* 36.4px */
  color: var(--e-global-color-text);
}

.single-cases-highlights-section .content-item-text {
  margin: 0;
  font-family: Satoshi-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44; /* 144.444% */
  color: rgb(240 243 250 / 90%);
}

@media screen and (max-width: 768px) {
  .single-cases-highlights-section .section-content {
    flex-direction: column;
  }

  .single-cases-highlights-section .content-title,
  .single-cases-highlights-section .content-list {
    flex: 1 1 auto;
  }

  .single-cases-highlights-section .content-list-item {
    padding: 0;
  }
}
