#idContentSection{margin:0 auto;max-width:1200px;padding:20px 0}.content-list{display:grid;gap:30px;grid-template-columns:repeat(2,1fr);margin-top:20px}.content-item{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;flex-direction:row;overflow:hidden;transition:transform .3s}.content-item:hover{transform:translateY(-5px)}.image-wrap{flex-shrink:0;height:280px;overflow:hidden;position:relative;width:200px}.image-wrap img{height:100%;object-fit:cover;transition:transform .3s;width:100%}.content-item:hover .image-wrap img{transform:scale(1.05)}.hover-wrap{align-items:center;background-color:rgba(0,0,0,.5);display:none;height:100%;justify-content:center;width:100%}.content-item:hover .hover-wrap{display:flex}.quick-access-button{background-color:#fff;border-radius:4px;cursor:pointer;padding:10px 20px}.info-wrap{display:flex;flex:1;flex-direction:column;padding:20px}.top{color:#666;font-size:14px;margin-bottom:8px}.mid{font-size:18px;font-weight:700;line-height:1.3;margin-bottom:12px}.bottom{margin-bottom:16px}.description{color:#666;display:-webkit-box;font-size:14px;height:125px;line-height:1.5;overflow:hidden;-webkit-line-clamp:6;-webkit-box-orient:vertical}.app-view-button{background-color:var(--green-400);border-radius:6px;color:#fff;display:inline-block;font-weight:500;margin-top:auto;padding:10px 20px;text-align:center;text-decoration:none;transition:background-color .3s;width:100%}.app-view-button:hover{background-color:#1565c0}@media screen and (max-width:1024px){.content-list{grid-template-columns:1fr}}@media screen and (max-width:767px){.content-list{grid-template-columns:1fr}.content-item{flex-direction:column}.image-wrap{height:280px;width:100%}}