.project-section {margin:6rem 0 3rem;}
.project-list {display:flex;flex-wrap:wrap;gap:3rem}
.project-item {flex:0 0 calc(50% - 1.5rem);margin-bottom:42px;}
.project-item a {display:block;color:inherit;}
.project-item a:hover span{background:#df0819;color:#fff;border-color:#df0819;}
.project-image {overflow:hidden;}
.project-image img {display:block;width:100%;transition:transform 0.3s ease;}
.project-image:hover img {transform:scale(1.05);}
.project-content {padding:26px;background:#f9f9f9;}
.project-content h2 {font-size:1.8rem;line-height:2.5rem;margin-bottom:1rem;}
.project-content h2:hover {color:#008fd7}
.project-content p {font-size:16px;color:#666;line-height:28px;}
@media (max-width:1024px) {
    .project-section {margin:48px 0 60px;}
    .project-list {gap:16px;}
    .project-item {flex:0 0 calc(50% - 8px);margin-bottom:40px;}
    .project-content h2 {line-height:2.2rem;}
    .project-content p {font-size:16px;line-height:26px;}
}
@media (max-width:768px) {
    .project-section {margin:3rem 0;}
    .project-item {flex:0 0 100%;}
}