.case-study-single-head { margin-bottom: 40px; }
.cs-single-title { margin-bottom: 48px; }
.cs-single-title h1 { font-size: 52px; margin-bottom: 0; }
.cs-single-image { border-radius: 30px; overflow: hidden; }
.cs-single-image img { width: 100%; }
.cs-single-content { font-size: 16px; margin-bottom: 64px; }
.cs-single-content iframe { width: 100%; aspect-ratio: 16/9; }
.cs-single-content img { width: 100%; border-radius: 30px; }
.cs-single-content figure { width: 100% !important; }
.cs-single-content figcaption { border-left: 2px solid var(--nhc-black); padding: 0 8px; margin-top: 8px; font-size: 14px; font-weight: 400; }
.cs-single-content figure:not(:last-child) { margin-bottom: 64px; }
.cs-single-content p:has(+ figure) { margin-bottom: 64px; }
.cs-single-content h2 { font-size: 42px; }
.cs-single-content h3 { font-size: 36px; }
.cs-single-content h4 { font-size: 30px; }
.cs-single-content h5 { font-size: 24px; }
.cs-single-content h6 { font-size: 20px; }
/* ========================================== 
! Extra Large devices (desktops, less than 1400px)
=========================================== */
@media (max-width:1399.98px) {
 }
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
 }
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
 .cs-single-title h1 { font-size: 42px; }
 }
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
 .case-study-single-head { margin-bottom: 24px; }
.cs-single-title { margin-bottom: 24px; }
.cs-single-title h1 { font-size: 32px; }
.cs-single-content { margin-bottom: 32px; }
.cs-single-content figure:not(:last-child) { margin-bottom: 48px; }
.cs-single-content p:has(+ figure) { margin-bottom: 48px; }
.cs-single-content h2 { font-size: 32px; }
.cs-single-content h3 { font-size: 30px; }
.cs-single-content h4 { font-size: 25px; }
.cs-single-content h5 { font-size: 20px; }
.cs-single-content h6 { font-size: 18px; }
 }
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) {
 }
