.vds_img{
    height: 70vh;
    width: 100%;
}
.card-text-color {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.card-text-color:hover {
    color: rgb(0, 88, 129) !important;
    cursor: pointer;
}
.card-border{
    border: 9px solid rgb(236, 236, 236);
    border-radius: 10px;
}