.plans-bgimg {
    width: 100%;
    position: relative;
}

.plans-greeting {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 86%;
    height: 68%;
}

.plans-price {
    background: #D6E8F3;
    border-radius: 29px;
}

.plans-delete-icon {
    position: unset;
}

.plan-action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.plan-action-buttons .btn-half {
    width: 35%;
    min-width: 120px;
}

@media (max-width: 767.98px) {
    .plans-greeting {
        position: relative;
        width: 100%;
        height: auto;
        padding: 12px;
    }

    .plan-action-buttons .btn-half {
        width: 100%;
    }
}
