.case_study-template p {
    font-size: 19px;
    line-height: 1.5;
    font-weight: 300;
}

.cs-hero-wrapper .hero-headline-wrapper img {
    max-width: 240px;
}

.cs-details {
    background-color: white;
}

.cs-details .cs-details-content {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.cs-details .cs-details-content .cs-details-meta {
    background-color: #f6f6f5;
    padding: 2rem 4rem 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cs-details .cs-details-content .cs-detail img {
    margin: 0 auto;
    display: block;
}

.cs-details .cs-details-content .cs-detail-logo {
    border-bottom: solid 3px #d9d9d9;
}

.cs-primary-content h2 {
    border-bottom: solid 3px #d3d3d3;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}

.h2,
h2 {
    font-size: 50px;
}

.cs-details .cs-details-content p {
    font-weight: 300;
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.cs-primary-content p:first-of-type {
    font-size: 24px;
    line-height: 1.4;
}

.cs-details .cs-primary-content ol,
.cs-details .cs-primary-content ul {
    margin-bottom: 30px;
}

.cs-details .cs-primary-content ol {
    border: none;
    counter-reset: details-counter;
}

.cs-details .cs-primary-content ol li,
.cs-details .cs-primary-content ul li {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
}

.cs-details .cs-primary-content ol li {
    counter-increment: details-counter;
    position: relative;
    padding-left: 38px;
}

.cs-details .cs-primary-content ol li::before {
    content: counter(details-counter) ". ";
    font-weight: 800;
    font-size: 28px;
    position: absolute;
    left: 0;
    top: -10px;
}

.cs-details .cs-details-content h5 {
    color: #343434;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 8px;
}

.cs-details .cs-details-content span {
    font-weight: 400;
    font-size: 19px;
}

.cs-details .cs-details-content .cs-detail ul {
    margin-top: 10px;
}

.cs-details .cs-details-content .cs-detail li {
    font-size: 19px;
    font-weight: 400;
}

.cs-results-intro {
    padding: 80px 0;
}

.cs-results-intro {
    background-color: #151515;
    color: white;
    text-align: center;
}

.cs-results-intro hr {
    max-width: 200px;
    border-top: solid 3px #d3d3d3;
    opacity: 0.4;
    margin: 3rem auto;
}

.cs-results-intro p {
    opacity: 0.7;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
}

.cs-results-intro .hero-angle {
    position: static;
    margin-top: 3rem;
    display: inline-block;
}

#cs-results-container {
    background-color: white;
}

.cs-coverage {
    margin-top: 60px;
}

.cs-single-awards-wrapper {
    margin-top: 60px;
}

.cs-results-container .result-column {
    text-align: center;
}

.cs-results-container .result-column .cs-stat-beginning {
    font-size: 34px;
    line-height: 1.2;
    margin-right: 6px;
}

.cs-results-container .result-column .cs-stat-end {
    color: #b1b1b1;
}

.cs-results-container .result-column span {
    font-size: 22px;
}

.cs-results-container .cs-coverage h5 {
    color: #343434;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
}

.cs-results-container .cs-results .column-list {
    max-width: 700px;
    margin: 20px auto 0;
    column-gap: 0;
    column-count: 1;
    text-align: center;
}

.cs-results-container .cs-coverage a {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
    display: block;
    padding: 0 15px;
}

.cs-results-container .cs-coverage a i {
    color: #2d2d2d;
}

.cs-carousel-row {
    padding: 100px 0;
}

.cs-carousel-row.no-top-padding {
    padding-top: 0;
}

.cs-carousel-row.no-bottom-padding {
    padding-bottom: 0;
}

.cs-carousel-row:not(.has-bg-color) + .cs-carousel-row:not(.has-bg-color) {
    padding-top: 0;
}

.cs-carousel-oembed {
    /* aspect-ratio: 16/9; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aspect-ratio-1 {
    aspect-ratio: 16/9;
}

.aspect-ratio-2 {
    aspect-ratio: 9/16;
}

.aspect-ratio-3 {
    aspect-ratio: 1/1;
}

.aspect-ratio-4 {
    aspect-ratio: 3/2;
}

.aspect-ratio-5 {
    aspect-ratio: 2/3;
}

.aspect-ratio-6 {
    aspect-ratio: 4/3;
}

.aspect-ratio-7 {
    aspect-ratio: 3/4;
}

.cs-carousel-row.layout-3 .container + .container,
.cs-carousel-row.layout-4 .container + .container,
.cs-carousel-row.layout-5 .container + .container,
.cs-carousel-row.layout-8 .container + .container {
    margin-top: 40px;
}

.cs-carousel-oembed iframe {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

.cs-carousel-row.layout-1 img,
.cs-carousel-row.layout-2 img {
    width: 100%;
}

.cs-carousel-row.layout-1 .cs-carousel-text,
.cs-carousel-row.layout-2 .cs-carousel-text {
    background-color: #f4f4f4;
    /* max-width: 950px; */
    padding: 30px 20px;
}

.cs-carousel-row.layout-8 .cs-carousel-text h2 {
    text-align: center;
}

.cs-carousel-text hr {
    border-top: solid 3px rgba(0, 0, 0, 0.15);
    margin: 2.5rem 0;
}

.cs-carousel-text p:not(:last-child) {
    margin-bottom: 30px;
}

.cs-carousel-row:not(.layout-6):not(.layout-7)
    .cs-carousel-text
    p:first-of-type,
.cs-carousel-text.text-large p {
    font-size: 24px;
    line-height: 1.4;
}

/* .cs-carousel-row.layout-1 {
    padding: 0;
} */

.cs-carousel-row.layout-1 .container,
.cs-carousel-row.layout-2 .container {
    padding: 0;
}

.container.media-full-width {
    width: 100%;
    padding: 0;
}

.cs-carousel-image {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cs-carousel-image img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cs-carousel-row.layout-5 .cs-carousel-text {
    margin-top: 30px;
}

.cs-carousel-html5,
.cs-carousel-gmap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cs-carousel-html5 > *,
.cs-carousel-gmap > * {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .cs-carousel-row.layout-5 .cs-carousel-text {
        display: flex;
        gap: 4rem;
        max-width: 1300px;
        margin: 40px auto 0;
    }

    .cs-carousel-row.layout-5 .cs-carousel-text h2 {
        min-width: 32%;
    }

    .cs-carousel-row.layout-5 .cs-carousel-text hr {
        display: none;
    }

    .cs-carousel-row.layout-5 .cs-carousel-text p {
        border-left: solid 3px #d2d2d2;
        padding-left: 5rem;
    }
}

@media (min-width: 992px) {
    .cs-hero-wrapper {
        padding-bottom: 75px;
    }

    .cs-details {
        padding-top: 0;
    }

    .cs-details .cs-details-content .cs-primary-content {
        padding-top: 80px;
    }

    .cs-details .cs-details-content .cs-details-meta {
        margin-top: -50px;
    }

    .cs-carousel-row.layout-1 .cs-carousel-text,
    .cs-carousel-row.layout-2 .cs-carousel-text {
        position: relative;
        z-index: 1;
        background-color: #f4f4f4;
        padding: 50px;
        margin-top: -150px;
    }

    .cs-carousel-row.layout-4 .cs-carousel-text {
        text-align: right;
        max-width: 950px;
        margin-left: auto;
    }

    .cs-carousel-row.layout-6 .container,
    .cs-carousel-row.layout-7 .container {
        display: flex;
        align-items: center;
    }

    .cs-carousel-row.layout-8 .cs-carousel-text {
        margin-inline: auto;
        max-width: 950px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1400px;
    }
}

@media (max-width: 991px) {
    .cs-carousel-row {
        padding: 80px 0;
    }

    .cs-carousel-row.layout-6 .col-md-6 + .col-md-6,
    .cs-carousel-row.layout-7 .col-md-6 + .col-md-6 {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .cs-carousel-row {
        padding: 60px 0;
    }

    .h2,
    h2 {
        font-size: 40px;
    }

    .cs-primary-content h2 {
        text-align: center;
    }

    .cs-details {
        padding-top: 40px;
    }

    .cs-results-intro {
        padding: 40px 0;
    }
}

@media (max-width: 640px) {
    .cs-carousel-row {
        padding: 40px 0;
    }

    .h2,
    h2 {
        font-size: 30px;
    }

    .cs-results-intro p {
        font-size: 20px;
    }

    .cs-results-container .cs-results .column-list {
        column-count: 1;
        text-align: center;
    }

    .cs-carousel-row.layout-3 .container + .container,
    .cs-carousel-row.layout-4 .container + .container,
    .cs-carousel-row.layout-5 .container + .container,
    .cs-carousel-row.layout-8 .container + .container {
        margin-top: 40px;
    }

    .cs-carousel-row:not(.layout-6):not(.layout-7)
        .cs-carousel-text
        p:first-of-type,
    .cs-primary-content p:first-of-type,
    .cs-carousel-text.text-large p {
        font-size: 22px;
    }

    .cs-results-container .result-column .cs-stat-beginning {
        font-size: 26px;
        margin-bottom: 5px;
        display: block;
    }
}

@media (max-width: 480px) {
    .cs-carousel-row:not(.layout-6):not(.layout-7)
        .cs-carousel-text
        p:first-of-type,
    .cs-primary-content p:first-of-type,
    .cs-carousel-text.text-large p {
        font-size: 20px;
    }

    .cs-details .cs-details-content h5 {
        font-size: 22px;
    }

    .cs-details .cs-primary-content ol li::before {
        font-size: 24px;
        top: -6px;
    }

    .cs-results-container .result-column .cs-stat-beginning {
        font-size: 24px;
    }

    .cs-results-container .result-column span {
        font-size: 18px;
    }

    .cs-results-container .cs-coverage a {
        font-size: 20px;
    }
}
