.img_with_bg{-webkit-align-items:flex-start;align-items:flex-start;display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between;margin:30px 0;padding:10px 0 20px}.img_with_bg .cols{width:25%;width:calc(25% - 22.5px)}.img_with_bg .cols .col_border{border-bottom:22px solid #dae4a7;transition:border .2s ease}.img_with_bg .cols .col_border:hover{border-bottom-color:#eaefcd}@media (max-width:780px){.img_with_bg{display:flex;flex-wrap:wrap;text-align:center}.img_with_bg .cols{margin-bottom:16px;width:50%;width:calc(50% - 16px)}.img_with_bg .cols:last-child{margin-bottom:0}}