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

section.advocacies .header {
    max-width: 692px;
    margin-bottom: 0;
}

section.advocacies .row {
    gap: 60px 0;
}

section.advocacies img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

section.advocacies .image {
    position: relative;
}

section.advocacies span.count {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    inset: 20px 0 0 20px;
    border-radius: 2px;
    background: var(--Green, #CCFE04);
}

section.advocacies a.green_btn{
    margin-top: 20px;
    background-color: #BBE303;
}

section.black_section {
    background: url('../../assets/img/advocacies/Blac Section.jpg')no-repeat center center/cover;
}

section.black_section .main_content {
    padding: 20px;
}

section.black_section .col-lg-4 .content {
    height: 100%;
    background: #FFF;
    border: 1px solid #E7E7E7;
}

section.black_section .header,
section.video .header{
    gap: 24px 30px;
    flex-wrap: wrap;
}


section.video button.play {
    position: absolute;
    z-index: 1;
}

section.video .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    max-height: 400px;
}

section.video iframe {
    height: 400px;
    width: 100%;
}