/*mission visiono*/

@media (min-width: 768px) and (max-width: 991px){
.printing-solution.mission-vision h5.sppb-addon-title.sppb-feature-box-title {
    min-height: 18px;
  }}

/*highlight*/
span.highlight {
    position: relative;
    /* -webkit-text-fill-color: transparent; */
    -webkit-text-stroke-width: thin;
    transform: scale(1.1)!important;
    font-size: 39px;
}
span.highlight:before {
    position: absolute;
    background-size: contain !important;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #ac0d19;
    bottom: -5px;
    right: 0px;
    border-radius: 20px;
    background-repeat:no-repeat;
    transition:0.5s ease;
    }


/*image01*/
.image-01 img {
    border-radius: 20px;
    border: 3px solid #ac0d19;
}

.image-01 {
    position: relative;
}
.image-01:before {
    position: absolute;
    background-size: contain !important;
    width: 300px;
    height: 300px;
    content: '';
    background-color: #ac0d19;
    bottom: -60px;
    right: 0px;
    border-radius: 20px;
    background-repeat:no-repeat;
    transition:0.5s ease;
    }

.image-trigger:hover .image-01:before {
    background-color: #ac0d19;
    bottom: -30px;
    right: 30px;
    transition:0.5s ease;
    }