.simple-signpost-list{gap:25px 0;}
.simple-signpost-box {background:var(--vb-blue-dark);min-height: 80px; border-radius: 15px;padding: 10px 90px 10px 24px;display: flex;align-items: center;font-size: 20px;color:var(--vb-white);text-transform: uppercase;font-family: 'circe-rounded';letter-spacing: 0.1em;box-shadow: 0 3px 6px rgb(0 0 0 / 16%);}
.simple-signpost-icon {position: absolute;top: 50%;right: 17px;width: 46px;height: 46px; transform:translateY(-50%); display: flex;align-items: center;justify-content: center;}
.simple-signpost-icon img{width:100%; height:100%; object-fit:contain; filter:brightness(0) invert(1);}
.simple-signpost-box:hover{color:var(--vb-white); transform:scale(1.02)}
/* ========================================== 
! 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){ 
       
    }
    
/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width: 575.98px){

}

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


 
