.dei-card {
    display: flex;
    height: 100%;
    position: relative;
    color: #ffffff;
    border-radius: 9px;
    overflow: hidden;
    z-index: 0;
    min-height: 350px;
}

.dei-card:after {
    content: '';
    display: block;
    background-image: url('../jpg/dei-thumb.jpg');
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    transition: transform 0.2s ease-in-out;
}

.dei-card:hover:after {
    transform: scale(1.1);
}

.dei-card__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(80,196,193,1) 0%, rgba(255,255,255,0) 45%);
    padding: 21px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dei-card__title {
    color: #ffffff;
    font-size: 22px;
}

.dei-card__title-small {
    font-size: 14px;
    margin-left: 30px;
}

.dei-card__more {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}

.dei-card__title {
    font-size: 32px;
    font-weight: bold;

}

.magazine-item .categorycircle--dei {
    background-color:#385274;
}

.dei-hero {
    background-image: url('../jpg/dei-hero.jpg');
    background-color: #50C4C1;
    overflow: hidden;
}

.dei-hero__copy {
    font-size: 20px;
    max-width: 496px;
    line-height: 1.3;
    color: #152931!important;
}

.dei-hero__inner {
    margin-bottom: 90px !important;
}

.dei-hero__buttons {
    margin-top: 40px;
}

.dei-hero__button {
    background-color: #67D6D3;
    border: 2px solid #67D6D3;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none !important;
}

.dei-hero__button:active,
.dei-hero__button:focus {
    text-decoration: none;
}

.dei-hero__button:hover {
    color: #67D6D3;
    border-color: white;
    background-color: white!important;
    font-size: 14px;
    text-transform: uppercase;
}

.dei-hero__button--secondary {
    background-color: #385274;
    border-color: #385274;
    color: #FFFFFF !important;
}

.dei-hero__button--secondary:hover {
    border-color: #67D6D3 !important;
    background-color: #67D6D3!important;
    color: white !important;
}

.dei-hero__circle-one {
    top: -48px;
    left: -20px;
}

.dei-hero__circle-two {
    bottom: 55px;
    right: 48px;
}

.dei-hero__circle-three {
    bottom: -80px;
    right: -95px;
}


@media (max-width: 767px) {
    .dei-hero {
        height: 660px !important;
        background-image: none;
        background-color: #E8EDF1;
    }

    .dei-hero__inner {
        margin-bottom: 60px !important;
    }

    .dei-hero__title {
        width: 100%;
    }

    .dei-hero__button {
        display: block;
        text-align: center;
        margin-bottom: 15px !important;
    }
}
