.module-recomemnded .container .count-arrow {
    position: absolute;
    display: block;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    float: none;
    background: url("/cms/common-data/images/count-arrow.png") top center no-repeat;
    width: 196px;
    height: 100px;
}
.module-recomemnded .container .count-arrow span {
    position: relative;
    display: block; 
}


.module-recomemnded .container .count-arrow span.big {
    color: #fff; /* text color */
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}

.module-recomemnded .container .count-arrow span.small {
    color: #fff; /* text color */
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

@media (max-width:990px){
    .module-recomemnded .container .count-arrow {
        top: -35px;
        transform: scale(0.7);
    }
    
    .module-recomemnded h3.icon-title{
        margin-top: 45px;
    }
}