.disabled{
    pointer-events: none;
}

#project-deliverables,
#objectives{
    background-color: #f6f6f6;
}

#project-deliverables .row{
    margin-right: 0px;
    margin-left: 0px;
}

/*OBJECTIVES SECTION*/
.objectives{
    justify-content: space-between;
    margin-top: 41px;
    padding: 0px 110px;
}

.our-work-objective{
    margin-bottom: 20px;
}

.objective-img{
    display: block;
    margin-right: auto;
    border-style: none;
    margin-left: auto;
}

.objective-text{
    text-align: center;
    width: 85%;
    margin: auto;
}

/*PROJECT DELIVERABLES SECTION*/
.deliverable-video{
    padding: 38px;
}

.delivery-img{
    margin: auto 0px;
    text-align: center;
}

.delivery-icon{
    margin: auto 0px;
    margin-left: auto;
    text-align: center;
    cursor: pointer;
}

.delivery-text{
    margin: auto 5px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.22;
    color: #1d3557;
}

.delivery-icon p{
    font-size: 14px;
}

.delivery-video{
    width: 100%;
    height: 787px;
    margin-top: 20px;
}

/*CAMPAIGNING SECTION*/
#campaigning{
    background-image: url("/dist/images/member-header-img.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.campaigning-descriptions{
    margin-bottom: 55px;
    margin-left: 0px;
    margin-right: 0px;
}

.campaigning-video{
    height: 268px;
    padding: 0px;
}


/*ANTIBULLYING CERTIFICATION*/
#antibullying-certf{
    background-image: url("/dist/images/about-ean-img.jpg");
}

#antibullying-certf .row{
    margin-right: 0;
    margin-left: 0;
}

#antibullying-certf .section-title::after{
    border-color: #e63946;
}

#strategic-documents{
    background-color: #f6f6f6;
}

/*SCIENTIFIC CONFERENCES SENCTION*/
#strategic-documents,
#scientific-conferences{
    padding-top: 61px;
    padding-bottom: 61px;
}

.conference{
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .delivery-video{
        height: 616px;
    }
}

@media (max-width: 969px) {
    .our-work-objective{
        margin-bottom: 45px;
    }

    .delivery-text{
        margin: auto 25px;
    }
}

@media (max-width: 749px) {
    .delivery-text{
        margin: 20px 25px;
    }

    .delivery-icon p{
        display: inline-block;
        padding-left: 10px;
    }

    .delivery-video{
        height: 287px;
    }
}

@media (max-width: 379px) {
    .deliverable-video{
        padding: 10px;
    }
}