.patches{display:flex;justify-content:space-between;flex-wrap:wrap;position:relative;margin-top:7rem}
.patches h2{background:#020202;color:#fff;margin:0;padding:10px 14px;font-size:1.8rem;font-weight:normal}
.patches__latest-added,.patches__latest-updated{width:100%;margin-bottom:2rem}
@media (min-width:900px){.patches__latest-added,.patches__latest-updated{width:48%}}
.patches__latest-added__item,.patches__latest-updated__item{text-decoration:none;display:block;color:inherit;font-size:2.1rem;font-weight:bold;padding:1rem 12px;border-bottom:1px rgba(0,0,0,0.2) solid;transition:all 0.3s}
.patches__latest-added__item sup,.patches__latest-updated__item sup{display:block;font-weight:normal;top:0;padding-top:10px;font-size:1.6rem;height:24px;color:#777 !important}
.patches__latest-added__item:hover,.patches__latest-updated__item:hover{background-color:#ccc}
.patches__latest-updated h2{background-color:#4c9b35}
.patches__latest-updated__item:hover{color:#4c9b35;background-color:#cfdec8}