.single-cases-highlights-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.single-cases-highlights-section .section-title {
  margin: 0 0 24px;
  font-family: Satoshi, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 112%;
  color: var(--e-global-brand-white);
  text-transform: capitalize;
}

.single-cases-highlights-section .content-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-cases-highlights-section .content-list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  padding: 32px;
  overflow: hidden;
  background: rgb(14 16 21 / 64%);
  backdrop-filter: blur(120px);
  border-radius: 12px;
}

.single-cases-highlights-section .content-item-number {
  display: block;
  margin-bottom: auto;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: rgb(240 243 250 / 24%);
}

.single-cases-highlights-section .content-item-title {
  margin: 0 0 12px;
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  color: var(--e-global-brand-white);
}

.single-cases-highlights-section .content-item-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
  color: rgb(240 243 250 / 80%);
}

.single-cases-highlights-section .content-item-text ul {
  padding: 0 0 0 20px;
  margin: 0;
}

.single-cases-highlights-section .content-item-text p {
  padding: 0;
  margin: 0;
}

.single-cases-highlights-section .content-item-text strong {
  padding: 0;
  margin: 0;
  font-weight: 600;
}

@media screen and (max-width: 1360px) {
  .single-cases-highlights-section {
    padding-top: var(--fluid-40-120);
    padding-bottom: var(--fluid-40-120);
  }

  .single-cases-highlights-section .section-title {
    font-size: var(--fluid-40-64);
  }

  .single-cases-highlights-section .content-item-title {
    font-size: var(--fluid-28-32);
  }

  .single-cases-highlights-section .content-item-text {
    font-size: var(--fluid-16-18);
  }
}

@media screen and (max-width: 1024px) {
  .single-cases-highlights-section .content-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .single-cases-highlights-section .content-list-item:last-of-type:nth-child(odd) {
    grid-column: span 2;
  }
}

@media screen and (max-width: 768px) {
  .single-cases-highlights-section .content-list {
    grid-template-columns: 1fr;
  }

  .single-cases-highlights-section .content-list-item:last-of-type:nth-child(odd) {
    grid-column: span 1;
  }
}

@media screen and (max-width: 560px) {
  .single-cases-highlights-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .single-cases-highlights-section .section-title {
    font-size: 40px;
  }

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

  .single-cases-highlights-section .content-item-title {
    font-size: 28px;
  }

  .single-cases-highlights-section .content-item-text {
    font-size: 16px;
  }
}
