/*
Theme Name: New
*/


.keynote_item{
    display: flex;margin-bottom:40px
}
.keynote_item .keynote_item_img{
    width: 250px;
}
.keynote_item div:nth-child(2){
     width: calc(100% - 300px);
}
.keynote_item div h3{ margin-top:0px}