
.counts .count-box {
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
}

.counts .count-box i {
    font-size: 42px;
    line-height: 0;
    margin-right: 20px;
    color: #754ffe;
}

.counts .count-box h3 {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #754ffe;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
}

.news-block-item-img{
    min-height: 240px;
    max-height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-repeat: no-repeat  !important;
    background-position: center center  !important;
    background-size: cover !important;
}