.f-15{
    font-size: 15px;
}

.mt-15{
    margin-top: 15px;
}

.link-style{
    text-decoration: none!important;
    color: currentColor;
}

.small-link a, .small-link a:hover{
    color: rgb(172, 172, 172);
    font-weight: 600;
}

.border-radius-2{
    border-radius: 2px;
}

.color-dark{
    color: rgb(56, 56, 56);
}

@media screen and (min-width: 1200px) {
    .img-box img{
        min-height: 150px!important;
    }
}

@media screen and (min-width: 768px) {
    .img-box img{
        min-height: 130px!important;
    }
}

@media screen and (max-width: 767px) {
    .img-box img{
        min-height: 130px!important;
    }
}


