.newMore {
    padding: 15px 20px;
    /* padding-right: 60px; */
    border-radius: 30px;
    line-height: 1.4;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: black;
    color: white;
    font-weight: 700;
        -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.course:hover .newMore {
    color: black;
    background-color: #00A4CC;
}