
.learnbtn {
    font-size: 1.4rem;
    color: #febe10;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid;
    padding: 2px;
}
.learnbtn:hover {color: #999;}
.learnbtn:active {color: #999;}

/*Phone port*/ /*600px*/
@media only screen and (max-width: 37.5em){
    .learnbtn {
        width: 60%;
        margin-left: 20%;
        text-align: center;
    }
}


.buynow-btn, .buynow-btn:visited {
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #f79730;
    color: white;
    display: inline-block;
    text-decoration: none;
    padding: 1.4rem 2rem;
    border-radius: 10rem;
    transition: all .2s;
    position: relative;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.buynow-btn:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    background-color: white;
    color: #f79730;
}


