.more-container.has-double {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px .75rem;
}


/*Projects Inline*/
.projects-inline-columns {
    display: flex;
    align-items: center;
}

.projects-list {
    padding-left: 70px;
}


.project-inline-item {
    display: flex;
    padding-bottom: 20px;
}

.project-inline-img figure {
    background-color: #fff;
    border-radius: 50%;
    height: 96px;
    width: 96px;
}

.project-inline-img figure img {
    object-fit: cover;
    height: 100%;
}


.project-inline-detail {
    padding-left: 20px;
}

.project-inline-title {
    color: #4a4a4a;
    padding-bottom: 8px;
}

.project-inline-subtitle {
    font-size: 14px;
}

/*Events Inline*/
.events-inline {

}

.event-inline-item {
    display: flex;
}

.event-inline-detail {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    justify-content: space-around;
}

.event-inline-img {
    height: 96px;
    width: 96px;
}

.event-inline-img img {
    height: 100%;
    object-fit: cover;
}

.event-inline-title {
    font-weight: normal;
    color: #4a4a4a;
    font-size: 18px;
    padding-bottom: 20px;
}

.events-inline-meta {
    display: flex;
}

.events-inline-meta > span {
    margin-right: 20px;
    color: #aaaaaa;
}

.events-inline hr {
    background-color: #d5d5d5;
}


/*Applications*/


/*Images of Change inline*/


.ioc-inline-wrapper {

}


.ioc-inline-container {
    max-width: 640px;
}


@media screen and (min-width: 1440px) {
    .ioc-inline-wrapper {
        display: flex;
        justify-content: center;
        width: 100%
    }

    .ioc-inline-container {
        width: 100%;
    }


}


/*1024px and lower*/
@media screen and (max-width: 1024px) {

    .video-item figure {
        height: 180px;
    }

    .video-item .card-video-meta {
        padding: 30px 0 10px;
        display: flex;
        justify-content: space-between;
    }

}


/*768px and lower*/
@media screen and (max-width: 768px) {

    /*Projects inline*/
    .projects-inline-columns {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .projects-list {
        padding-left: 20px;
    }

    .project-inline-img figure {
        height: 64px;
        width: 64px;
    }


    /*Events inline*/
    .event-inline-detail {
        padding-left: 0;
    }


    .event-inline-img {
        display: none;
    }

    .event-inline-title {
        font-size: 16px;
    }

    .events-inline-meta {
        padding-top: 20px;
    }

    .video-item {
        padding: 20px 5px;
    }

    .video-item figure {
        height: 180px;
    }

    .video-item .card-video-meta {
        padding: 30px 0 10px;
        display: flex;
        justify-content: space-between;
    }
}


