.latest-news-list { width: calc(100% + 30px); margin-left: -15px; margin-bottom: -40px; margin-top: 80px; }
.latest-news-item { width: 33.33%; padding: 0 15px; margin-bottom: 40px; }
.latest-news-img { width: 100%; height: 194px; margin-bottom: 26px; }
.latest-news-img img { width: 100%; height: 100%; object-fit: cover; }
.latest-news-content span { font-size: 14px; line-height: 1.2; letter-spacing: 0.02em; margin-bottom: 9px; }
.latest-news-content h3 { font-size: 30px; margin-bottom: 10px; }
.latest-news-cta { margin-top: 56px; }
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) { }
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) { }
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
.latest-news-list { margin-top: 30px; }
.latest-news-item { width: 100%; }
}
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) { }
