.case-study {}
.case-study-box {
    display: flex;
    margin: 5% 0;
    justify-content: flex-start;
    width: 75%;
    margin: 2rem auto;
}
.case-study-row {
    flex: 0 0 26.34%;
    margin: 0 1%;
    margin-right: 5%;
}

.case-study-row iframe {
    border: 0px solid black;
}



.case-study-img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.case-study-title {
    color: #0067A7;
    font-weight: 400;
    font-size: 1.5625rem;
    margin: 10% 0 2% 0;
}
.case-study-text {
    font-size: 1.25rem;
    color: #707070;
    margin-bottom: 5%;
}
.case-study-anchor {
    color: #0168A9;
    font-size: 1rem;
    font-weight: 600;
}
.case-study-quote-con {
   background-color: #009EE2;
}
.case-study-quote {
   text-align: center;
   padding: 5%;
   display: none;
   position: relative;
}
.case-study-quote:first-child {
   display: block;
}

.case-study-arrow {
    position: absolute;
    top: 46%;
}  
.case-arrow-left {
    left: 2%;
}
.case-arrow-right {
    right: 2%;    
}



.case-study-speech {
    font-size: calc(2rem + 2vw)!important;
    font-weight: 500;
    color: white;

}
.case-study-quote-text {
    color: white;
    width: 62%;
    font-size: calc(1rem + 1vw)!important;
    margin: 0 auto;
    font-weight: 300;
}
.case-study-quote-name {
    color: white;
    font-size: calc(1rem + 1vw)!important;
    margin-top: 2%;
    font-weight: 300;
}


.case-study-marker-con {
   display: flex;
   justify-content: center;
    margin-top: 1%;
}

.case-study-marker {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 1px solid #E8E8E8;
    background-color: #E8E8E8;
    margin: 0 5px;
}

@media (max-width: 768px) {
    .case-study-box {
        flex-direction: column;
    }
    .case-study-row {
        margin: 5% auto;
        display: flex;
        flex-direction: column;
        width: 90%;
    }
}




























