.category-header{

    margin-bottom:40px;

}

.category-header h1{

    font-size:42px;

    color:#153D8A;

    margin-bottom:10px;

}

.category-header p{

    color:#666;

    font-size:18px;

}

.category-news{

    display:flex;

    flex-direction:column;

    gap:30px;

}

.category-card{

    display:flex;

    background:#fff;

    border-radius:12px;

    overflow:hidden;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

    transition:.3s;

}

.category-card:hover{

    transform:translateY(-4px);

}

.category-card img{

    width:320px;

    height:220px;

    object-fit:contain;

}

.category-card a{

    display:flex;

    text-decoration:none;

    color:#111;

    width:100%;

}

.category-info{

    padding:25px;

}

.category-info h2{

    font-size:28px;

    margin:10px 0;

}

.category-info p{

    color:#666;

    line-height:1.8;

}

.category-date{

    color:#999;

    font-size:14px;

}