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

.single-special-case-second-section .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.single-special-case-second-section .subsection {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}

.single-special-case-second-section .subsection-title {
  flex: 1 1 50%;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  color: var(--e-global-opacity-white-064);
  text-transform: uppercase;
  letter-spacing: 0.64px;
}

.single-special-case-second-section .subsection-content {
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  gap: 10px;
}

.single-special-case-second-section .subsection-target-audience .subsection-content {
  gap: 24px;
}

.single-special-case-second-section .industries-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: var(--brand-white);
  background-color: rgba(240, 243, 250, 0.08);
  backdrop-filter: blur(40px);
  border-radius: 72px;
}

.single-special-case-second-section .subsection-content p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  color: var(--brand-white);
}

.single-special-case-second-section .subsection-content strong {
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.single-special-case-second-section .subsection-content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-special-case-second-section .subsection-content li {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  padding-left: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: var(--e-global-opacity-white-080);
}

.single-special-case-second-section .subsection-content li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background-color: var(--e-global-opacity-white-024);
  border-radius: 50%;
  transform: translateY(-50%);
}

.single-special-case-second-section .subsection-company .subsection-content p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  color: var(--brand-white);
}

.single-special-case-second-section .content-image-wrapper {
  max-height: 990px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
}

/* Приховування медіа залежно від розміру екрану */
.single-special-case-second-section .content-image.mobile-only,
.single-special-case-second-section .content-video.mobile-only {
  display: none;
}

.single-special-case-second-section .content-image,
.single-special-case-second-section .content-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

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

  .single-special-case-second-section .title {
    font-size: var(--fluid-28-32);
  }

  .single-special-case-second-section .text {
    font-size: var(--fluid-14-16);
  }

  .single-special-case-second-section .subsection-content p {
    font-size: var(--fluid-16-18);
    line-height: 1.5555;
  }

  .single-special-case-second-section .subsection-company .subsection-content p {
    font-size: clamp(20px, 17.2px + 0.5vw, 24px);
    line-height: 1.3333;
  }

  .single-special-case-second-section .subsection-content li {
    font-size: var(--fluid-14-16);
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .single-special-case-second-section .heading-wrapper {
    flex-direction: column;
    gap: 8px;
  }

  .single-special-case-second-section .content-image.desktop-only,
  .single-special-case-second-section .content-video.desktop-only {
    display: none;
  }

  .single-special-case-second-section .content-image.mobile-only,
  .single-special-case-second-section .content-video.mobile-only {
    display: block;
  }

  .single-special-case-second-section .subsection {
    flex-direction: column;
  }
}

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

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

  .single-special-case-second-section .text {
    font-size: 14px;
  }

  .single-special-case-second-section .subsection-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .single-special-case-second-section .subsection-company .subsection-content p {
    font-size: 20px;
    line-height: 28px;
  }

  .single-special-case-second-section .subsection-content li {
    font-size: 14px;
    line-height: 20px;
  }
}
