#pressReleasePage h4 {
    font-size: 36px;
    margin: 0
}

#pressReleasePage h4::after {
    margin-bottom: 40px
}

.pressBlocks {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.mediaImage {
    margin-right: 40px;
    box-shadow: 2px 0 20px -10px #000;
    overflow: hidden;
    position: relative;
    flex: .5
}

.mediaContent {
    flex: 1
}

.mediaImage img {
    width: 100%
}

.mediaContent h6 {
    font-size: 20px;
    margin-bottom: 10px
}

.mediaContent span {
    color: #fff;
    font-size: 16px;
    background: #cf2030;
    display: inline-block;
    padding: 1px 5px;
    margin-bottom: 15px
}

.mediaContent p {
    font-size: 18px;
    margin-bottom: 10px
}

.mediaContent a {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
    transition: all .5s ease-in
}

.mediaContent a img {
    width: 24px;
    height: auto;
    margin-left: 10px;
    transition: all .5s ease-out
}

.mediaContent a:hover {
    color: #64666a
}

.mediaContent a:hover img {
    top: -5px
}

.bniDownloadLogos {
    margin-bottom: 40px
}

.bniDownloadLogos img {
    width: 190px !important
}

.bniDownloadLogos ul {
    display: flex;
    margin: 20px 0 10px;
    align-items: center;
    justify-content: center
}

.bniDownloadLogos ul li a {
    text-decoration: none;
    font-size: 16px;
    margin: 0 10px;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px
}

.bniDownloadLogos ul li a:hover {
    color: #cf2030;
    text-shadow: 0 0 .65px #cf2030, 0 0 .65px #cf2030;
    border-bottom: 1px solid #cf2030
}

.downloadLogoDesc h6 {
    font-size: 24px;
    margin-bottom: 30px
}

.downloadLogoDesc p {
    margin-bottom: 50px;
    font-size: 16px
}

.col .bniDownloadLogos:last-child, .pressReleaseBlocks .pressBlocks:last-child {
    margin-bottom: 0 !important
}

.greyMediaBg {
    background: #c8c8c8
}

.greyMediaBg p {
    color: #000 !important
}

a.downloadFile {
    display: flex
}

.pressReleaseBlocks {
    margin-top: 30px
}

@media only screen and (max-width: 1440px) {
    .mediaImage {
        margin-right: 20px
    }
}

@media only screen and (max-width: 1200px) {
    .mediaContent p {
        font-size: 16px;
        margin-bottom: 10px
    }

    .bniDownloadLogos img {
        width: 150px !important
    }
}

@media only screen and (max-width: 992px) {
    .pressBlocks {
        flex-direction: column
    }

    .mediaImage {
        margin-right: 0;
        flex: 100%;
        max-width: 100%;
        height: auto;
        float: none;
        overflow: visible;
        width: 100%;
        margin-bottom: 25px
    }

    .mediaContent p {
        font-size: 14px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 767px) {
    #pressReleasePage h4 {
        text-align: center;
        margin-bottom: 40px
    }

    #pressReleasePage .pl-25 {
        padding-left: 0
    }
}