﻿ul.dfwp-column {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

ul.dfwp-column li {
    flex: 100%;
}

.moiaAwardsGallery {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: row;
}
.moiaAwardsGallery.newsItem p{
    height: unset;
}
.moiaAwardsGallery.newsItem  img{
    object-fit: contain;
    width: 100%;
    height: 100%;
        border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.moiaAwardsGallery.newsItem .newsImg {
    border: none;
    width: 195px;
    margin-bottom: 0;
    height: 255px;
}
.moiaAwardsGallery .newsDiscription {
    width: calc(100% - 300px);
}
@media(max-width:767px){
    .moiaAwardsGallery{
        flex-direction: column;
    }
    .moiaAwardsGallery.newsItem  img{
        margin-bottom: 15px;
    }
    .moiaAwardsGallery.newsItem .newsImg{
        width: 100%;
    }
    .moiaAwardsGallery .newsDiscription{
        width: 100%;  
    }
}