.dk-plan-landing-wrapper {
    height: calc(100% - 105px);
}
.dk-comm-main-container {
    width: 100%;
    height: auto;
    justify-content: center;   
}
.card {
    flex-direction: row;
    margin-right: 40px;
    position: relative;    
}
.card-img-top {
    width: 480px;
    object-fit: cover;
    /* @include breakpoint(max1400)  {  
        width: 382px;
    } */
}
.card-img-top:last-child {
    margin-right: 0;
}
.dk-plans-btn {
    width: 100%;
    margin-top: 15px;
    letter-spacing: 0.1em;
    font-size: 2rem;
    line-height: 2.3rem;
    border-radius: 5px;
}
.dk-plan-title {
flex: 0 0 50%;
font-size: 4rem;
line-height: 4.8rem;
letter-spacing: 0.1em;
/*border-right: 3px solid #707070;*/
}
.dk-plan-pricerange {
    flex: 0 0 50%;
    font-size: 3rem;
    letter-spacing: 0.14em;
    line-height: 3.4rem;
}
.dk-plans-header {
    padding-bottom: 70px;
}
.pl-card-container .card {
    margin: 0 50px 25px 0;
    min-width: 509px;
    min-height: 441px;
}
.pl-card-container .card:last-child {
    margin: 0 0 25px 0;
}