/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.head-section{
    /* background-image: url(../img/bg/media-bg.png); */
    background: #000;
    height: 30vh;
    justify-content: center;
    align-items: end;
    display: flex;
    padding: 0 0 4vh 0;
}

.head-section{
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main-text-wrap h1{
    text-align: center;
}

.media-updates-section{
    padding-top: 4vh;
    padding-bottom: 4vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.media-updates-section h2{
    font-size: 2.5em;
}

.media-updates-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}

.media-updates-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 48%;
    margin-bottom: 4em;
}

.media-updates-item-image{
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.media-updates-item-image img{
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
}


.media-updates-item-info{
    width: 76%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.media-updates-item-info h2{
    margin: 0;
    font-size: 1.4em;
}

.media-updates-item-info p{
    margin: 0;
    font-size: 1em;
    text-align: justify;
}

.media-updates-item-info a{
    margin: 0;
    font-size: 1em;
    text-decoration: none;
    background-color: #0056BD;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    width: 140px;
    margin-top: 1em;
    transition: 0.3s;
    letter-spacing: 1px;
}

.media-updates-item-info a:hover{
    color: #FFCD00;
}

.media-section{
    text-transform: uppercase;
    padding: 8px;
    box-sizing: border-box;
    border: 2px solid #000;
}


@media (max-width: 770px){
    .media-updates-item{
        width: 100%;
    }
}

@media (max-width: 1300px){
    .head-section{
        height: 33vh;
    }
}

@media (max-width: 500px){
    .media-updates-section h2{
        font-size: 1.5em;
    }

    .media-updates-item-info h2{
        font-size: 1.1em;
    }

    .media-updates-item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .media-updates-item-image{
        width: 60%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .media-updates-item-info{
        width: 100%;
    }
    .head-section{
        height: 22vh;
    }
}