.btn {
    display: inline-block;
    position: relative;
    border-radius: 4px;
    padding: 12px 10px;
    background: #EA6854;
    color: white;
    border: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    cursor: pointer;
}

.btnLessVisible {
    display: inline-block;
    position: relative;
    border-radius: 4px;
    padding: 12px 10px;
    background: #ea685460;
    color: white;
    border: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    cursor: pointer;
}