.learn-more-arrow{
    color: #ffffff;
    border: 1px solid #009CA5;
    background: #009CA5;
    margin-top: unset;
    text-decoration: unset;
    margin-top: 0 !important;
    position: relative;
}

.learn-more-arrow{
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    box-shadow: 0 0 1px transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    letter-spacing: 1px;
    line-height: normal;
    margin-top: 20px;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    transition-duration: .4s;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
    transition-property: all;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
}



.learn-more-arrow:hover{
    color: #ffffff;
    border: 1px solid #009CA5;
    background: #009CA5;
    margin-top: unset !important;
    text-decoration: unset;
    padding-right: 34px;
    transition: all 1s ease;
}

.learn-more-arrow:hover:after {
    content: "";
    width: 18px;
    height: 20px;
    top: 7px;
    right: 10px;
    position: absolute;
    display: inline-block;
    background-image: url(https://www.cyient.com/hubfs/download.png);
    background-size: contain;
    background-repeat: no-repeat; 
    transition: all 1s ease;
}




