.col--lab-step .card {
    overflow: hidden;
    min-height: 420px;
    border-radius: 26px;
    border-color: transparent;
    background-color: rgba(217, 234, 247, 0.7);
}

.col--lab-step:nth-child(even) .card {
    background-color: rgba(224, 239, 248, 0.7);
}

.col--lab-step .card-step {
    top: 16px;
    right: 26px;
    font-size: 50px;
    font-weight: 700;
    user-select: none;
    position: absolute;
    color: rgba(45, 57, 87, 0.1);
}

.col--lab-step .card-body {
    padding: 44px 26px 20px;
}

.col--lab-step .card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.01em;
    color: rgba(56, 71, 109, 1);
}

.col--lab-step .card-text {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    color: rgba(45, 57, 87, 0.7);
}

.col--lab-step .card-image-bottom {
    user-select: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    max-width: 300px;
    z-index: 1;
    pointer-events: none;
}
.col--lab-step:first-child .card-image-bottom {
    right: 0;
    max-width: 260px;
}
.col--lab-step:first-child .card::after {
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.40;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url('/assets/new-bulut-klinik/images/tmc-lab/how-it-works-1-pattern.png');
}
.col--lab-step:nth-child(2n) .card::after {
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    bottom: -120px;
    opacity: 0.10;
    user-select: none;
    position: absolute;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/assets/new-bulut-klinik/images/tmc-lab/how-it-works-2-pattern.png');
    transform: matrix(-0.96, 0.29, 0.29, 0.96, 0, 0);
}
.col--lab-step:nth-child(2n) .card-image-bottom {
    left: 50%;
    transform: translateX(-50%);
}
.col--lab-step:nth-child(3n) .card-image-bottom {
    right: 0;
    border-top-left-radius: 24px;
    border-right: 0px solid black;
    border-bottom: 0px solid black;
    border-left: 10px solid rgba(239, 247, 251, 1);
    border-top: 10px solid rgba(239, 247, 251, 1);
}

.col--lab-step .card-label {
    z-index: 1;
    min-width: 70px;
    font-size: 12px;
    font-weight: 600;
    max-width: 200px;
    user-select: none;
    line-height: 14px;
    padding: 9px 11px;
    position: absolute;
    text-align: center;
    border-radius: 12px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(44, 141, 210, 1);
    filter: drop-shadow(0px 7.94px 5.87px rgba(143, 143, 163, 0.4))
}
.col--lab-step:nth-child(2n) .card-label {
    color: rgba(45, 57, 87, 1);
    background-color: rgba(255, 255, 255, 1);
}
.col--lab-step .card-label[data-eq="4"] {
    bottom: 35px;
    left: 45px;
}
.col--lab-step .card-label[data-eq="3"] {
    bottom: 92px;
    left: 90px;
}
.col--lab-step .card-label[data-eq="2"] {
    bottom: 149px;
    left: 50px
}
.col--lab-step .card-label[data-eq="1"] {
    bottom: 206px;
    left: 105px;
}

.card--package .dashboard-info-card-img {
    overflow: hidden;
    position: relative;
}
.card--package .dashboard-info-card-img img {
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
}
.dashboard-info-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}