.sub-page__content--edocuments {
    display: flex;
    flex-direction: row;
    background-color: #00947017;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 50px;
    gap: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.sub-page__content--edocuments p {
    line-height: 1.6;
}

.banner-half {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-half .banner__title{
    padding: 0px;
}

.banner-half--bg {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 643 / 386;
    width: 50%;
}

.banner-video {
    position: absolute;
    height: 100%;
}

@media (max-width: 768px) {
    .banner-video {
        object-fit: cover;
    }

    .sub-page__content--edocuments {
        display: flex;
        flex-direction: column-reverse;
    }

    .banner-half{
        width: 100%;
        padding: 0px;
    }

    .banner-half p{
        padding: 0px 15px 15px 15px;
        font-size: 15px;
    }

    .banner-half .banner__title {
        padding: 20px 15px 0px 15px;
    }

    .banner__title-sub{
        padding: 10px 15px 0px 15px;
    }

}

.ed-items {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    padding: 20px 0px 20px 0px;
    border-width: 1px 0px 1px 0px;
    border-color: #e1e1e1;
    border-style: solid;
}

.ed-item{
    font-weight: bold;
}

.ed-item a:hover{
    color: #009470;
}

#menu-item-8202 > a {
    color: #009470;
    padding: 10px 20px;
    border: 2px solid transparent;
    transition: all 0.35s ease;
}

#menu-item-8202 > a:hover {
    border-color: #009470;
}


@media (max-width: 768px) {

    .banner-half p {
        font-size: 12px;
    }

    .ed-items{
        flex-direction: column;
        align-items: center;
    }

    .ed-item {
        font-size: 14px;
    }

    .sub-page__content--edocuments{
        margin-top: 0px;
    }
}