﻿#partneri .box-item {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.20);
    background: white;
    height: 100%;
    border-radius: 6px;
}

#partneri .category {
    position: absolute;
    left: 30px;
    top: 15px;
    display: flex;
    border-bottom: 1px solid #00a2e2;
    width: calc(100% - 60px);
}

    /*#partneri .category.system_tools {
        background: #00a2e2;
    }

    #partneri .category.projects {
        background: #FF9200;
    }

    #partneri .category.system_access {
        background: #43A22B;
    }

    #partneri .category.record_service {
        background: #DB0F1D;
    }

    #partneri .category.students_idcard {
        background: #7100C1;
    }

    #partneri .category.providing_assistance {
        background: #FF006B;
    }*/

    #partneri .category > span {
        font-size: 11px;
        padding: 3px 8px;
        display: inline-block;
        font-weight: 600;
        padding-left: 2px;
    }

#partneri .bk-section-title {
    position: relative;
    margin-bottom: 32px;
    margin-top: 16px;
    overflow: hidden;
}

    #partneri .bk-section-title > span {
        font-size: 22px;
        color: #758D96;
        font-weight: 300;
        padding-left: 5px;
        padding-right: 11px;
        line-height: 24px;
    }

    #partneri .bk-section-title::after {
        content: '';
        height: 1px;
        width: 100%;
        background: #ced5d8;
        position: absolute;
        top: 12px;
    }

@media only screen and (min-width: 1200px) {
    #partneri .box-item {
        height: 360px !important;
    }
}

@media only screen and (min-width: 992px) {
    #partneri .box-item {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 1200px) {
    #partneri .box-item {
        height: 300px;
    }
}

@media only screen and (max-width: 992px) {

    #partneri .category {
        left: 25px;
        top: 10px;
    }

    #partneri .category > span {
        font-size: 10px;
        padding: 2px 7px;
    }

    #partneri .box-item {
        height: 270px;
    }
}

@media only screen and (max-width: 767px) {
    #partneri .box-item {
        padding: 15px;
        padding-top: 45px;
    }

    #partneri .box-item {
        height: inherit;
    }
}