.section-project {
    width: 100%;
    height: 10.1rem;
    padding-top: 0.85rem;
    background-image: url('../../images/home/project-bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.project-title {
    text-align: center;
    margin-bottom: 0.73rem;
}

.project-title-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.18rem;
}

.project-icon {
    width: 0.42rem;
    height: 0.36rem;
    background-image: url('../../assets/icons/nav-why.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.project-h2 {
    font-size: 0.32rem;
    color: #FFF;
    font-weight: 600;
    line-height: 0.32rem;
}

.project-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 0.46rem;
    justify-content: center;
}

.project-card {
    width: 3.36rem;
    height: 3.46rem;
    border-radius: 0.18rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}