.be-button {
    display: inline-block;
    padding: 14px 30px;
    margin: 20px 0;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 13.5px;
    line-height: 14px;
    font-style: normal;
    font-weight: 500;
    color: #ffffff;
    background-color: #197a72;
    border-radius: 30px;
}

.be-button:hover {
    color: #ffffff;
    background-color: #209c92;
}
