/*
 Theme Name:   Climate-KIC Flagship - Flagship Child 
 Theme URI:    
 Description:  
 Author:       Coac GmbH
 Author URI:   https://www.coac.de/
 Template:     climate-kic-flagship
 Version:      1.0.0
*/

.content.bg-color-blue {
    background-color: #024FA2;
    color: white;
}

.content.bg-color-blue h4 {
    color: white !important;
}

.single-design-sprint-post .content .bubble {
    max-width: 164px !important;
    margin-top: 75px;
}

@media screen and (max-width: 768px) {
    .single-design-sprint-post .prev-next-wrap a{
        width: 100%;
        position: relative;
    }
}