.jfcBeG {
    border-radius: 30px;
    min-width: 240px;
    color: white;
    background-color: #22C1C9;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    display: inline-flex;
    min-height: 43px;
    padding: 8px 18px;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s ease;
    transform: scale(1);
    border: 0;
    cursor: pointer;
}
.jfcBeG:hover {
    transition: .3s ease-out;
    transform: scale(1.1);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
}