.inst-sec .inst-card {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    text-align: center;
    transition: .1s ease-in-out;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
}

.inst-sec .inst-card:hover:after {
    content: '';
    border-bottom: 2px solid #00B451;
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
}

.inst-sec .inst-card .inst-img {
    position: relative;
    height: 200px
}


.inst-sec .inst-card .inst-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*filter: grayscale(1);*/
    transition: .1s ease-in-out;
}

.inst-sec .inst-card:hover img {
    filter: none
}

.inst-sec .inst-card .inst-cat {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.inst-sec .inst-card .inst-cat .pointer {
    display: flex;
    flex-direction: column;
    left: -1px;
    position: absolute;
    top: -1px;
}

.inst-sec .inst-card .inst-cat span {
    width: 0;
    height: 0;
    transform: scale(.1);
    transition: .2s ease-in-out;
    font-size: 0
}

.inst-sec .inst-card .inst-cat i {
    z-index: 2;
    filter: drop-shadow(1px 1px 0px white);
    color: #00b451;
}

.inst-sec .inst-card .inst-cat .cats-cont {
    position: absolute;
    bottom: 0;
    right: 0
}

.inst-sec .inst-card .inst-cat .pointer:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.inst-sec .inst-card .inst-cat .pointer:hover ~ .cats-cont span {
    width: auto;
    height: auto;
    transform: scale(1);
    font-size: 14px
}


.inst-sec .inst-card .inst-cat span {
    background-color: #00B451;
    z-index: 2;
    color: #fff;
    border-radius: 50px;
    padding: 2px 7px;
    font-size: 13px;
    margin: 3px;
    display: inline-block;
    float: right
}

.inst-sec .inst-card .inst-name {
    color: #333;
    display: inline-block;
    margin: 15px auto 0;
    text-align: center;
    width: 100%;
    font-weight: bold
}

.inst-sec .inst-card .inst-title {
    color: #333;
    display: inline-block;
    margin: 0 auto 5px;
    ;
    font-size: 90%
}

.inst-sec .inst-scl {
    text-align: center
}

.inst-sec .inst-scl a {
    color: #333;
    text-align: center;
    display: inline-block;
    margin: 10px 5px;
    transition: .1s ease-in-out;
    z-index: 2;
    position: relative
}

.inst-sec .inst-scl a:hover {
    color: #00B451;
}

.inst-sec .inst-card .inst-cat p {
    color: #00b451;
    filter: drop-shadow(1px 1px 0px white);
}
