/* ==============================================
   LAFORET News Page CSS
   ============================================== */

/* News List Items */
.news-item {
    transition: all 0.3s ease;
}
.news-item:hover {
    background-color: #FAFAFA;
    transform: translateX(4px);
}
