.mil-fronts-grid {
    row-gap: 2px;
}

.mil-front-card {
    padding: 24px;
    min-height: 138px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.52);
    box-shadow: inset 0 0 0 1px rgba(2, 1, 29, 0.08);
    transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-front-card:hover {
    background: #fff;
    box-shadow: 0 12px 28px rgba(2, 1, 29, 0.06), inset 0 0 0 1px rgba(2, 1, 29, 0.04);
    transform: translateY(-2px);
}

.mil-front-title {
    margin-bottom: 10px;
}

.mil-front-meta {
    margin-bottom: 14px;
    color: rgba(2, 1, 29, 0.52);
    font-size: 13px;
    line-height: 160%;
}

.mil-front-line {
    position: relative;
    width: 124px;
    height: 8px;
}

.mil-front-line::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(2, 1, 29, 0.12);
}

.mil-front-line::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 34px;
    height: 1px;
    background: #00C6BC;
}

.mil-front-line span {
    position: absolute;
    top: 0;
    left: 34px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00C6BC;
}

@media screen and (max-width: 768px) {
    .mil-front-card {
        min-height: auto;
        padding: 24px 22px;
    }

    .mil-front-line {
        width: 118px;
    }
}
