/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */




.de_pricing-table .d-action {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.de_pricing-table .d-recommend {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.de_pricing-table {
    position: relative;
}

.d-group{
    min-height: 265px;
}

h1,
h2,
h4,
h3,
h5,
h6,
.h1_big,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
footer.footer-light h5 {
    margin-top: 0;
    font-family: var(--title-font);
    font-weight: bold;
    color: var(--title-font-color);
}