.small-signposts-list { width: calc(100% + 30px); margin-left: -15px; margin-bottom: -28px; }
.small-signposts-item { width: 25%; padding: 0 15px; margin-bottom: 28px; }
.small-signposts-box { position: relative;  height: 85px; width: 100%; border-radius: 10px; padding: 15px 120px 15px 20px; gap: 20px; }
.small-signposts-icon { width: 25px; height: 25px; display: flex; flex-shrink: 0; }
.small-signposts-text h3 { font-size: 30px; line-height: 1; color: #FFE255; margin-bottom: 0; text-transform: uppercase; }
.small-signposts-img {position: absolute;right: 10px;bottom: 3px;width: 100px;height: 100%;top: -15px;}
.small-signposts-box:hover{transform: translateY(-5px);}

@media (max-width:1499.98px) {
    
 
}

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
	.small-signposts-item { width: 50%; }
	.small-signposts-box:hover{transform: none;}
    
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
	
}

/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
	.small-signposts-item { width: 100%; }  
}

/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) { }