.single-case-second-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.single-case-second-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-case-second-section .section-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-case-second-section .section-list-item {
  display: flex;
  gap: 24px;
}

.single-case-second-section .item-title {
  flex: 1 1 50%;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: rgb(240 243 250 / 64%);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.single-case-second-section .section-list-item-content-wrapper {
  flex: 1 1 50%;
}

.single-case-second-section .item-industries-description,
.single-case-second-section .item-what-description {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
  color: var(--e-global-brand-white);
}

.single-case-second-section .item-industries-description p,
.single-case-second-section .item-what-description p {
  padding: 0;
  margin: 0;
}

.single-case-second-section .item-industries-description strong,
.single-case-second-section .item-what-description strong {
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.single-case-second-section .item-industries-description ul,
.single-case-second-section .item-what-description ul {
  padding: 0 0 0 20px;
  margin: 0;
}

.single-case-second-section .industries-list,
.single-case-second-section .company-list,
.single-case-second-section .what-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-case-second-section .industries-list-item-text,
.single-case-second-section .company-list-item-text,
.single-case-second-section .what-list-item-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 12px;
  margin: 0;
  overflow: hidden;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #f5f7fc;
  white-space: nowrap;
  background: rgb(240 243 250 / 8%);
  backdrop-filter: blur(80px);
  border-radius: 72px;
}

.single-case-second-section .item-company-description {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
  color: var(--e-global-brand-white);
}

.single-case-second-section .item-company-description p {
  padding: 0;
  margin: 0;
}

.single-case-second-section .item-company-description strong {
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.single-case-second-section .item-company-description ul {
  padding: 0 0 0 20px;
  margin: 0;
}

.single-case-second-section .item-industries-description:not(:last-child),
.single-case-second-section .item-what-description:not(:last-child),
.single-case-second-section .item-company-description:not(:last-child) {
  margin-bottom: 24px;
}

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

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

  .single-case-second-section .item-industries-description,
  .single-case-second-section .item-what-description {
    font-size: var(--fluid-16-18);
  }

  .single-case-second-section .item-company-description {
    font-size: var(--fluid-20-24);
  }
}

@media screen and (max-width: 768px) {
  .single-case-second-section .section-list-item {
    flex-direction: column;
  }

  .single-case-second-section .item-title,
  .single-case-second-section .section-list-item-content-wrapper {
    flex: 1 1 auto;
  }
}

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

  .single-case-second-section .section-title {
    font-size: 40px;
  }

  .single-case-second-section .item-industries-description,
  .single-case-second-section .item-what-description {
    font-size: 16px;
  }

  .single-case-second-section .item-company-description {
    font-size: 20px;
  }
}
