.blog-items{
         display         : flex;
         flex-wrap       : wrap;
         justify-content : space-between;
         margin-top      : 1em;}

@media screen and (min-width: 1200px) {
.blog-item {
         width           : 45%         }
         }
@media screen and (min-width: 600px) and (max-width: 1200px) {
.blog-item {
         width           : 48%         }
         }

@media screen and (max-width: 600px) {
.blog-item {
         width           : 100%     }
         }

.blog-item .item-content{
         padding         : 0.5em;
}
 .readmore {
         text-align      : center;
         }


@media screen and (min-width: 1400px) {
.blog-item .item-image{
         height          :  350px;}
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
.blog-item .item-image{
         height          :  300px;}
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
.blog-item .item-image{
         height          :  300px;}
}

@media screen and (min-width: 850px) and (max-width: 1000px) {
.blog-item .item-image{
         height          :  350px;}
}
@media screen and (min-width: 700px) and (max-width: 850px) {
.blog-item .item-image{
         height          :  300px;}
}
@media screen and (max-width: 700px) {
.blog-item .item-image{
         height          :  300px;}

.blog-item {
         border-bottom           : 2px solid #BFBFBF;
         margin                  : 1em 0;}


         }


.blog-item .item-image img {
         height          : 380px;
         width           : auto;
         }

.blog-item .item-image {
         display         : grid;
         flex-wrap       : wrap;
         align-items     : center;
         justify-content : center;
         overflow        : hidden;
         border-radius           : 0.7em;
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
         }

.item-image:hover img {
    transform: scale(1.2);
     transition              : all .2s ease-in-out;  }


.item-image img {
     transition              : all .2s ease-in-out;
        }



/* ################################*/
