.rolling-ticker-wrapper { gap: 32px; }
.rolling-head { font-size: 24px; line-height: 1; } 
.rolling-ticker-list { gap: 32px; }
.rolling-ticker-item { flex: 1 0 auto; }
.rolling-ticker-box { gap: 32px; }
.rolling-ticker-box h3 { font-size: 64px; line-height: 1; margin-bottom: 0; text-transform: uppercase; }
.rtb-img { width: 64px; height: 64px; }
.rtb-img img { width: 100%; height: 100%; object-fit: cover; }
/* ====================================================== 
! Extra large devices (large desktops, less than 1600px)
====================================================== */
@media (max-width:1599.98px) {
 }
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
 }
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
 .rolling-ticker-wrapper { gap: 16px; }
.rolling-ticker-list { gap: 16px; }
.rolling-ticker-box { gap: 16px; }
.rolling-ticker-box h3 { font-size: 48px; }
.rtb-img { width: 48px; height: 48px; }
 }
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
 }
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) {
 }
