#page-title.post-title-container .container-fluid {
    z-index: 2;
}
#page-title.post-title-container {
    background-color: black;
    height: 40vh;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    z-index: 1;
}

.post-title-container .post-title-text {
    max-width: 60%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

#page-title.post-title-container .container-fluid {
    z-index: 2;
}
#page-title.post-title-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/newsroom/mg-newsroom-back.jpg) no-repeat center center / cover;
    filter: brightness(50%);
}
#page-title.post-title-container .title-overlay {
    position: absolute;
    z-index: 2;
    color: rgb(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

#content .content-wrap .post-newsroom-content {
    padding-top: 0px;
    background-color: #1a1a1a;
    padding-top: 4rem;
    padding-bottom: 4rem;
    transition: 1s all;
}

#content .content-wrap .post-newsroom-content .post-subtitle,
#content .content-wrap .post-newsroom-content .post-subtitle p {
    font-size: 1.563rem;
    line-height: 2.188rem;
}

#content .content-wrap .post-newsroom-content p {
    font-size: 1.063rem;
    line-height: 1.5rem;
}

#content .content-wrap .post-newsroom-content .content-image {
    min-height: 300px;
}
#content .content-wrap .post-newsroom-content p.last-paragraph {
    margin-bottom: 0px;
}

.two-columns .text-container {
    padding: 1rem;
}

.newsroom-subtitle h2 {
    text-transform: none;
    padding: 2rem 0;
    border-bottom: 1px solid white;
    width: fit-content;
    font-size: 2.188rem;
}

.newsroom-subtitle {
    display: flex;
    justify-content: center;
}

.card-separator {
    background-color: rgba(255, 255, 255, 0.5);
}

.mg-newsroom-paginate {
    display: flex;
    justify-content: space-between;
}
.mg-newsroom-paginate a {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s all;
}

.mg-newsroom-paginate a:hover {
    color: #fff;
}

.mg-newsroom-paginate a span {
    font-size: 15px;
}

.mg-newsroom-paginate a.disabled {
    color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
}

.date-container {
    margin-top: 2rem;
    font-size: 1rem;
}

.newsroom-list li {
    margin-left: 1rem;
}
.newsroom-list li p {
    margin-bottom: 1rem;
}

.post-iframe {
    width: 100%;
    height: calc(100vh - 150px);
    min-height: 500px;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
    #content .content-wrap .post-newsroom-content .content-image {
        min-height: 50vw;
    }
    #page-title.post-title-container .container-fluid {
        margin: 0px;
    }
    .post-title-container .post-title-text {
        max-width: unset;
    }
    #page-title.post-title-container {
        min-height: unset;
        height: auto;
    }
}
