.btn-left2 {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Chieezy Burger";
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 59px;
    transition: all 0.5s ease-in-out;
    padding-bottom: 4px;
    cursor: pointer;
    transform: scale(1);
    font-size: 15px;
    background-image: url(https://craveablescafe.com/wp-content/uploads/2025/01/bg-learn-btn.png);
    left: 0;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}

.btn-left2 a {
    color: #fff;
    font-weight:800;
}

.offer-template-default .btn-left2:hover {
    background-image: url(https://craveablescafe.com/wp-content/uploads/2025/01/bg-learn-hover-btn.png);
}

.offer-template-default a.btn-left2:hover {
    filter: brightness(0.9);
    background-image: url(https://craveablescafe.com/wp-content/uploads/2025/01/bg-learn-btn.png);
    color: #fff;
}