.kia-case {
    background: #1c1c1c;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid #2a2a2a;
    color: #fff;
    max-width: 600px;
}

.kia-case:hover {
  border-color: #30dc74;
  box-shadow: 0 0 15px rgba(255,73,124,0.4);
  transform: translateY(-4px);
}

.kia-case-number {
    color: #30dc74;
    font-weight: 700;
    margin-bottom: .5rem;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.kia-case-title {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.6rem;
}

.kia-case-teaser {
    margin-bottom: 1.5rem;
    color: #ddd;
    line-height: 1.5;
}

.kia-case-button {
    display: inline-block;
    padding: .7rem 1.4rem;
    background: #e94ca4;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
    transition: background .2s ease, transform .2s ease;
	font-size:14px;
}

.kia-case-button:hover {
    background: #e94ca4;
   
}
