/*.signposticon-wrapper .row > div:nth-child(3n) .signpost-box:before {
  display: none;
}*/
.signpost-content a{
font-size:1.6rem;
line-height:1.6rem;
}

.download-link span.icon.icon-download {
    margin-left: 8px;
    color:var(--blue);
    font-size:1.1rem;
}
.download-link span.icon.icon-longarrow {
    margin-left: 8px;
    color:var(--blue);
    font-size: 1.1rem;
    top: -1px;
    position: relative;
}
.signposticon-wrapper .signpost-box {
  position: relative;
  padding: 0 13px;
}
.signposticon-wrapper .signpost-box:before {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  bottom: 0;
  width: 1px;
  background: var(--gret-light);
}
.signposticon-wrapper .signpost-box .signpost-image {
  margin-bottom: 33px;
  width:63px;
  height:63px;
}
.signposticon-wrapper .signpost-box .signpost-content h3 {
  padding-bottom: 8px;
}
.signposticon-wrapper .signpost-box .signpost-content .description a {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding: 8px 0;
  display: inline-block;
}
.signposticon-wrapper .signpost-box .signpost-content .description .shortdesc p{
  margin-bottom: 32px;
}
.signposticon-wrapper .row div.col:last-child .signpost-box:before {display: none;}
.signposticon-wrapper .signpost-box .signpost-content ul{padding-left:20px;}
.signposticon-wrapper .signpost-box .signpost-content ul li{ list-style-type: disc !important; text-indent: 5px; }
.signposticon-wrapper .signpost-box .signpost-content ul li::marker{font-size:1.4rem;}

@media (max-width: 991.98px) {
.signposticon-wrapper .signpost-box .signpost-content .description p.shortdesc {font-size: 1.6rem;line-height: 2.4rem;margin-bottom: 40px;}
.signposticon-wrapper .row {display: block;}
.signposticon-wrapper .row div.col {width: 100%;}

.signposticon-wrapper .row div.col:first-child .signpost-box {padding-top: 0;}
.signposticon-wrapper .row div.col:last-child .signpost-box {padding-bottom: 0;}

.signposticon-wrapper .signpost-box {padding: 28px 0;}
.signposticon-wrapper .signpost-box:before {left: 0;bottom: 0;right: auto;height: 1px;width: 100%;top: auto;}
.signposticon-wrapper .signpost-box .signpost-content h3 {padding-bottom: 16px;}
}


/*# sourceMappingURL=signposticon.css.map */

/* color varition css */
.signposticon-wrapper.bg-green-white{background-color:var(--green-white);}
.signposticon-wrapper.bg-beige-white{background-color:var(--beige-white);}
.signposticon-wrapper.bg-beige-light{background-color:var(--beige-light)}
.signposticon-wrapper.bg-white{background-color:var(--white-color)}
.signposticon-wrapper.bg-green-light{background-color:var(--green-light)}
/*KALPIT*/
.signposticon-wrapper .content-title-wrapper{margin-bottom: 16px;}
.signpost-content a{margin-top: 25px;}