.patent-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 30px;
    text-align: center;
    margin-top: 20px;
}


.patent-item {
    font-size: 18px;
    font-weight: bold;
    background-color: #eee;
    padding: 20px 0px 20px 0px;
}

.patent-item img {
    height: 160px;
    width: 300px;
    margin-bottom: 10px;
}

#patent-laypage {
    text-align: right;
}