.image-block__item__title {
    font-size: 14px;
}

.image-block__body {
    z-index: 1000;
}

.icon-certification:before {
    background-repeat: no-repeat;
    background-image: url(../img/Sentius_VAT_OrganisationalJourney_Icons-05-o.png);
    height: 45px;
    content: "";
    display: block;
    background-size: contain;
    width: 63px;
}

.image-block__item:nth-of-type(6):hover .icon-certification:before {
    background-image: url(../img/Sentius_VAT_OrganisationalJourney_Icons-05-w.png);
}

.icon-leadershipculture:before {
    background-repeat: no-repeat;
    background-image: url(../img/icon-leadershipculture-o.png);
    height: 45px;
    content: "";
    display: block;
    background-size: contain;
    width: 63px;
    position: relative;
    left: 5px;
}

.image-block__item:nth-of-type(2):hover .icon-leadershipculture:before {
    background-image: url(../img/icon-leadershipculture-w.png);
}

.icon-analysisalignment:before {
    background-repeat: no-repeat;
    background-image: url(../img/icon-analysisalignment-o.png);
    height: 45px;
    content: "";
    display: block;
    background-size: contain;
    width: 63px;
    position: relative;
    left: 5px;
}

.image-block__item:nth-of-type(3):hover .icon-analysisalignment:before {
    background-image: url(../img/icon-analysisalignment-w.png);
}

.icon-capabilitycoaching:before {
    background-repeat: no-repeat;
    background-image: url(../img/icon-capacity-o.png);
    height: 45px;
    content: "";
    display: block;
    background-size: contain;
    width: 63px;
    position: relative;
    left: 5px;
}

.image-block__item:nth-of-type(4):hover .icon-capabilitycoaching:before {
    background-image: url(../img/icon-capacity-w.png);
}

.icon-projectimplementation:before {
    background-repeat: no-repeat;
    background-image: url(../img/icon-project-o.png);
    height: 45px;
    content: "";
    display: block;
    background-size: contain;
    width: 63px;
    position: relative;
    left: 5px;
}

.image-block__item:nth-of-type(5):hover .icon-projectimplementation:before {
    background-image: url(../img/icon-project-w.png);
}

.image-block__item a {
    color: inherit;
    text-decoration: none;
    color: #ef961d !important;
}

.image-block>.container {
    border-bottom: 0px !important;
}

.image-block__icon::before {
    font-size: 0px !important;
}

.image-block__body .text--squash {
    color: #000 !important;
}

.image-block__body .is-show {
    z-index: 1000 !important;
}

.image-block__icon {
    position: relative;
}

.image-block__title,
.image-block__text {
    font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
    font-weight: 700;
}

@media only screen and (max-width: 414px) {
    .icon-projectimplementation:before {
        height: 35px;
        left: -7px;
    }

    .icon-capabilitycoaching:before {
        height: 35px;
        left: -2px;
    }

    .icon-analysisalignment:before {
        height: 30px;
        left: 0px;
    }

    .icon-certification:before {
        height: 25px;
        left: -7px;
    }

    .icon-leadershipculture:before {
        height: 35px;
        left: -2px;
    }

    .shortcut-tab-label {
        bottom: -47px;

    }

    .image-block__item__title {
        font-size: 10px;
    }
}