.calendar-card {
    cursor: pointer;
}

.calendar-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 0.5rem;
    background: #635D44;
    color: #fff;
    border: none;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 40px;

    @media screen and (max-width: 576px) {
        font-size: 25px;
        letter-spacing: -0.5px;
    }
}

.calendar-card__btn img {
    width: 100%;
    height: 100%;
}
