
.row_one {
    overflow: auto;
    zoom: 1;
    padding: 15px 0 0;
}

.slides {
    overflow: hidden;
}

.row-charity:after {
    display: block;
    content: "";
    clear: both;
}

.col_half {
    padding: 0 15px !important;
    box-sizing: border-box;
    float: left;
    width: 50%;
    background: none;
}

.col_half:first-child {
    border-right: 1px solid rgba(204, 204, 204, 0.5);
}

.col_half .logo {
    margin: 5px 0 0;
    min-height: 130px;
}

.col_half .logo img {
    max-width: 220px;
    height: auto;
}

/* .col_half .paragraph {
    font-size: 14px;
    line-height: 26px;
    color: #777;
    margin: 0 0 36px;
    min-height: 200px;
} */

.col_half {
    font-size: 14px;
    line-height: 26px;
    color: #777;
    margin: 0 0 36px;
    min-height: 200px;
}

/* .col_half .paragraph p + p {
    margin: 10px 0;
} */

.col_half p + p {
    margin: 10px 0;
}

/* .col_half .paragraph a {
    color: #008dd1;
} */

.col_half a {
    color: #008dd1;
}

/* .col_half .paragraph a:hover {
    text-decoration: underline;
} */

.col_half a:hover {
    text-decoration: underline;
}

.col_half .images {
    min-height: 215px;
}

.col_half .images:after {
    display: block;
    content: "";
    clear: both;
}

.col_half img {
    width: auto;
}

.col_half .images > img {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}

.col_half.foodlink .images img {
    float:left;
    width: 33.33%;
    height: auto;
}

.col_half.mission-possible .images img:first-child {
    padding: 0 5% 0 0;
}

.col_half.mission-possible .images img:last-child {
    padding: 0 0 0 5%;
}

.col_half.mission-possible .images img {
    float: left;
    width: 50%;
    height: auto;
}

.col_half.foodlink .images img {
    padding: 0 2%;
}

.row-charity:not(:last-child) {
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    margin: 0 0 30px 0;
}

.logo-image {
    height: 125px;
    overflow: hidden;
    margin: 0 0 15px;
}

.logo-image img {
    max-width: 300px;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .col_half {
        display: block;
        width: 100%;
        float: none;
        border: none;
    }
    .col_half:first-child {
        /* padding: 0 0 55px !important; */
        padding-bottom: 50px !important;
        border-bottom: 1px solid rgba(204, 204, 204, 0.5);
        border-right: none;
    }
    .col_half:last-child {
        margin-top: 35px;
    }
    .slides:after {
        content: none;
    }
}
