.card {
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.card-body {
    text-align: left;
    font-size: 18px;
}

.card-title {
    color: #252530;
    font-size: 22px;
    line-height: 1.44;
    font-weight: 400;
    letter-spacing: -.1px;
    margin: 0;
    transition: color .1s ease-in-out;
}

.card-title:hover {
    transition: .2s;
}

.card-text {
    color: #666;
    font-size: 18px;
    line-height: 1.75;
}

.card-spacer {
    height: 20px;
}

.clink {
    background-image: url(https://www.gentingplantations.com/images/icoArrowRedRight.png);
    background-position: center right 30px;
    background-repeat: no-repeat;
    border-style: dotted;
    width:50%;
}

.clink:hover {
    background-color: #F7F7F7;
    background-position: center right 20px;
}

.card-content {
  padding: 20px;
}
