.buy-with-card {
    display: flex;
    flex-direction: column;
    min-height: 260px;
    min-width: 0;
    padding: 20px;
    position: relative;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 25px;
    font-size: 20px;
}

.buy-with-card .stretched-link::after {
    transition: all 0.3s linear;
    border-radius: 25px;
    bottom: 0;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.16);
    content: "";
    display: block;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
}

.buy-with-card .stretched-link:hover,
.buy-with-card .stretched-link:focus {
    text-decoration: none;
}

.buy-with-card .stretched-link:hover::after,
.buy-with-card .stretched-link:focus::after {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.buy-with-card__title {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    min-height: 44%;
    margin-block-end: 8px !important;
}

.buy-with-card__desc {
    min-height: 31%;
    margin-block-end: 16px;
    font-size: 16px;
    line-height: 1.5;
}

.buy-with-card__more {
    margin-block-start: auto;
}

.buy-with-card__more.elementor-widget {
    position: static;
}

.buy-with-card__more.elementor-element .elementor-button {
    padding-bottom: 4px;
    padding-top: 4px;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}
