.knowledge-grid-1 {
    padding: 15px 0px;
}
@media screen and (min-width: 768px) {
    .knowledge-grid-1 {
        margin-top: 20px;
    }
}
.knowledge-grid-1 .blog-item {
    grid-row: span 1;
    grid-column: span 1;
    margin-bottom:30px;
}
.knowledge-grid-1 .blog-item .text-section {
    padding: 20px 0px 0px 0px;
    background: #fff;
    z-index: 100;
}
.knowledge-grid-1 .blog-item .text-section H4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #DE3112;
    margin-bottom: 5px;

}
.knowledge-grid-1 .blog-item .text-section H2 {
    font-size: 20px;
    line-height: 24px;
}
.knowledge-grid-1 .blog-item .image-wrapper {
    /*     height: 270px;  */
    overflow: hidden;
    width: 100%;
}
.knowledge-grid-1 .blog-item .image-wrapper IMG {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}
@media screen and (max-width: 1550px) {
    /*   DIV.knowledge-grid-1 .blog-item .image-wrapper {
        height:250px;
      } */
}
@media screen and (max-width: 1200px) {
    DIV.knowledge-grid-1 .blog-item .text-section {
        padding: 20px 0px;
    }
    DIV.knowledge-grid-1 {
        padding: 0px;
    }
}
@media screen and (max-width: 992px) {
    .d-flex.row-margin {
        margin-top:50px;
    }
}
@media screen and (max-width: 768px) {
    DIV.knowledge-grid-1 .blog-item .image-wrapper
}
@media screen and (max-width: 576px) {

    /*     DIV.knowledge-grid-1 .blog-item .image-wrapper {
            height: 170px;
        } */
    .d-flex DIV.centre-column {
        width:100% !Important;
    }
    .d-flex DIV.left-column, .d-flex DIV.right-column {
        display:none !Important;
    }
}