section.banner .content {
    max-width: 1158px !important;
}

section.project {
    background: url('../../assets/img/projects/His Advocacy and Projects.jpg')no-repeat center center/cover;
}

section.project .image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

section.project .content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

section.project .main_content {
    padding: 20px 20px 90px 20px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    height: 100%;
    position: relative;
}

section.project .main_content h3 {
    font-size: 24px;
}

section.project .main_content p:not(.new_lp) {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.project .main_content a.green_btn {
    position: absolute;
    inset: auto auto 20px 20px;
}

section.project a.green_btn {
    background-color: #BBE303;
}

section.videos {
    background: url('../../assets/img/projects/green_section.jpg')no-repeat center center/cover;
}

section.videos video {
    width: 100%;
    height: 300px;
}

section.videos button.play {
    padding: 0;
    border: none;
    margin: 0;
    position: absolute;
    z-index: 1;
}

section.videos .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.videos p {
    color: black;
}