.vip_protectImg{
    outline:2px solid white;
    outline-offset: -20px;
}
.vip_protectImg img{
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.op_card {
    background-image: url(../img/projects/Dots.png);
    background-size: auto 70%;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.op_cardHeading {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3em;
}

.op_cardHeading::after {
    content: "";
    display: block;
    width: 115px;
    height: 2px;
    background-color: white;
    margin-top: 8px;
    border-radius: 2px;
}
@media(min-width:768px){
    .op_cardHeading {
        font-size: 16px;
    }
}
@media(min-width:992px){
    .op_cardHeading {
        font-size: 22px;
    }
}
@media(min-width:1200px){
    .op_cardHeading {
        font-size: 28px;
    }
}
@media(min-width:1500px){
    .op_cardHeading {
        font-size: 32px;
    }
}