.bg-blue {
    background: grey;
    margin: 40px 0px;
    padding: 50px 0px;
}

.bg-blue .container .row .col h5 {
    color: white;
}

.image-5up-wrapper {
    width: 20%;
    height: 220px;
    text-align: center;
    bottom: 0;
    float: left;
    box-sizing: border-box;
    padding: 12px;
}
@media only screen and (max-width: 800px) {
    .image-5up-wrapper {
        width: 100%;
        margin-bottom: 25px;
    }
}

.image-5up__bg {
    width: 100%;
    height: 95%;
    background-size: cover;
    background-position: center center;
    border-radius: 4px;
    overflow: hidden;
}

.image-5up-wrapper h6 {
    margin-top: 10px;
    color: white;
}

.image-5up-wrapper:nth-of-type(1) .image-5up__bg {
    background-image: url("../img/vegetables.jpg");
    border-radius: 10px;
}

.image-5up-wrapper:nth-of-type(2) .image-5up__bg {
    background-image: url("../img/honey_new.jpg");
    border-radius: 10px;
}

.image-5up-wrapper:nth-of-type(3) .image-5up__bg {
    background-image: url("../img/IT.jpg");
    border-radius: 10px;
}

.image-5up-wrapper:nth-of-type(4) .image-5up__bg {
    background-image: url("../img/energy_alternatives.jpg");
    border-radius: 10px;
}

.image-5up-wrapper:nth-of-type(5) .image-5up__bg {
    background-image: url("../img/innovative_manufacturing.jpg");
    border-radius: 10px;
}

.process-wrapper h5 {
    color: #494949;
}

.aps-process-img {
    /* background-image: url("../img/aps-process.jpg"); */
    background-image: url("../img/arrow_flow_sar.png");
    background-position: center;
    height: 15vh;
    position: relative;
    z-index: 99999;
    background-repeat: no-repeat;
    background-size: contain;
}
.aps-process-imgUkr {
    background-image: url("../img/aps-processUkr.jpg");
    background-position: center;
    height: 15vh;
    position: relative;
    z-index: 99999;
    background-repeat: no-repeat;
    background-size: contain;
}
.aps-process-imgRus {
    background-image: url("../img/aps-processRus.jpg");
    background-position: center;
    height: 15vh;
    position: relative;
    z-index: 99999;
    background-repeat: no-repeat;
    background-size: contain;
}

.concept-note-and-aps a{
    float: right !important; 
}

.word-count-donors{
    color: green;
}

.word-max-limit{
    color: red;
}

li.opportunity {
    list-style-type: circle !important;
}