.industry-signpost-heading{ margin-bottom: 32px;}
.industry-signpost-heading h2{font-size: 40px;letter-spacing: -0.025em;margin-bottom: 18px;}
.industry-signpost-heading ul{list-style: none;font-size: 18px;font-weight: 600;margin-left: 0;}
.industry-signpost-heading ul li{position: relative;padding-left: 30px; }
.industry-signpost-heading ul li:not(:last-child){margin-bottom: 10px;}
.industry-signpost-heading ul li::before{content: '';width: 10px;height: 10px;position: absolute;top: 4px;left: 0;background: currentColor;}

.industry-signpost-list-wrapper{max-width: 700px;}
.industry-signpost-list{width: calc(100% + 20px);margin-left: -10px;margin-bottom: -30px;}
.industry-signpost-item{width: 33.33%;padding: 0 10px;margin-bottom: 30px;}
.isb-icon{width: 30px;height: 30px;filter: brightness(0);}
.industry-signpost-box{gap: 20px;font-size: 18px;text-decoration: underline;}
.industry-signpost-box:hover{color: var(--kal-blue);text-decoration: none ;}
.industry-signpost-box:hover .isb-icon{filter: none;}

.industry-signpost-img-wrapper{margin-top: -59px;}
.industry-signpost-img{padding-bottom: 100%;}
.industry-signpost-img img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
.is-mob-img{position: absolute;bottom: 0;right: -65px;width: 260px;height: 260px;}


/* ========================================== 
! Large devices (desktops, less than 1400px)
=========================================== */
@media (max-width:1399.98px){
  .industry-signpost-img-wrapper{margin: 0;padding-top: 25px;padding-right: 5px;}
}

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px){
  .industry-signpost-heading h2{font-size: 35px;margin-bottom: 22px;}
  .industry-signpost-item{width: 50%;}
  .industry-signpost-img-wrapper{padding: 0;width: calc(100% + 30px);}
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px){
  .industry-signpost-content{padding: 0 32px 144px;}
  .industry-signpost-heading{margin-bottom: 40px;}
  .industry-signpost-list-wrapper{max-width: 485px;}
}

/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px){
  .industry-signpost-content{padding: 0;}
  .industry-signpost-heading{margin-bottom: 32px;}
  .industry-signpost-heading h2{font-size: 30px;margin-bottom: 32px;}
  .industry-signpost-list-wrapper{max-width: 100%;}
}

/* ======================================================
! 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){}