.custom-calendly-btn {
    display: table-cell;
    width: auto;
    height: 45px;
    padding: 0 30px;
    border-radius: 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    background: rgb(0, 105, 255);
    color: rgb(255, 255, 255);
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.custom-calendly-btn:hover {
    background: rgb(0, 85, 205);
}