.brand {
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
}
    .brand__primary {}
    .brand__secondary {
        display: block;
        font-size: .8em;
        font-style: italic;
    }

.header {
    position: absolute;
    top: 2.4rem;
    left: 2.4rem;
}

.hero {
    padding: 10rem 2.4rem;
    color: white;
    background: #4B88B5;
    text-align: center;
}
    .hero > *:last-child {
        margin-bottom: 0;
    }

.text-section {
    margin: 0 auto;
    padding: 2.4rem;
}

.case-study-section {
}
    .case-study-section__text {
        padding: 2.4rem;
        margin: 0 auto;
    }
    .case-study-section__media {
        padding-bottom: 2.4rem;
    }

.list-style-10 {list-style: none; margin: 0; padding: 0;}
.list-style-10 li {padding:15px 0; margin: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.list-style-10 li i {float: left; margin-top: 5px}
.list-style-10 li span { padding-left: 15px; display: table}
.list-style-10 li:last-child {border-bottom: none}

.mobile-mockups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5rem 1.2rem;
    background: #5987b1; 
}
    .mobile-mockups__device {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 calc(50% - 2.4rem);
                flex: 0 1 calc(50% - 2.4rem);
        margin: 1.2rem;
        overflow: hidden;
        border-radius: 2rem;
        -webkit-box-shadow: 0 .2rem 1rem 0 rgb(0 0 0 / 8%), 
                    0 .8rem 2rem .2rem rgb(12 44 76 / 8%), 
                    inset 0 .2rem 1rem 0 rgb(0 0 0 / 8%), 
                    inset 0 .8rem 2rem .2rem rgb(12 44 76 / 8%);
                box-shadow: 0 .2rem 1rem 0 rgb(0 0 0 / 8%), 
                    0 .8rem 2rem .2rem rgb(12 44 76 / 8%), 
                    inset 0 .2rem 1rem 0 rgb(0 0 0 / 8%), 
                    inset 0 .8rem 2rem .2rem rgb(12 44 76 / 8%);
        border: 1rem solid white;
    }
    .mobile-mockups__device img {
        width: 100%;
    }

.dashed-line {
    height: 2px;
    background: url(../svg/dash-line.svg);
}

.u-max-w-72 {
    max-width: 72rem;
}

@media screen and (min-width: 37.5em) {
    .mobile-mockups__device {
        -ms-flex-preferred-size: calc((100% / 3) - 2.4rem);
            flex-basis: calc((100% / 3) - 2.4rem);
    }
}

@media screen and (min-width: 56.25em) {
    .brand {
        font-size: 1.6rem;
        left: 5rem;
    }

    .hero {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 2.2rem;
    }
        .hero h1 {
            font-size: 2.5em;
        }

    .text-section,
    .case-study-section {
        padding: 7.5rem 5rem;
    }
    .desktop\:text-section--reduce-pad-b {
        padding-bottom: 2.5rem;
    }
    .case-study-section__media {
        padding-bottom: 0;
    }

    /* Reduce spacing if components are used next to each other */
    .text-section + .case-study-section,
    .case-study-section + .text-section {
        padding-top: 0;
    }

    .desktop\:case-study-section--media-left,
    .desktop\:case-study-section--media-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .desktop\:case-study-section--media-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
        .desktop\:case-study-section--media-left .case-study-section__media,
        .desktop\:case-study-section--media-left .case-study-section__text,
        .desktop\:case-study-section--media-right .case-study-section__media,
        .desktop\:case-study-section--media-right .case-study-section__text {
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;

            display: -webkit-box;

            display: -ms-flexbox;

            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
        }
        .desktop\:case-study-section--media-left .case-study-section__media {
            margin-right: 2.5rem;
        }
        .desktop\:case-study-section--media-right .case-study-section__media {
            margin-left: 2.5rem;
        }
        .desktop\:case-study-section--media-left .case-study-section__text,
        .desktop\:case-study-section--media-right .case-study-section__text {
            padding: 0;
        }
        .desktop\:case-study-section--media-left .case-study-section__text {
            margin-left: 2.5rem;
        }
        .desktop\:case-study-section--media-right .case-study-section__text {
            margin-right: 2.5rem;
        }
    
    .mobile-mockups {
        margin: 0 5rem;
    }

    .mobile-mockups__device {
        margin: 2.4rem;
        -ms-flex-preferred-size: calc((100% / 3) - 4.8rem);
            flex-basis: calc((100% / 3) - 4.8rem);
    }
}
/*# sourceMappingURL=case-study.css.map */