.projects {
    padding: 50px 0;
    background-color: #f7f7f7;
}

.projects .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.project-card {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 8px;
}

.project-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-header h3 {
    font-size: 24px;
    color: #333;
    margin: 0;
}

.project-link {
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
}

.project-link:hover {
    text-decoration: underline;
}

.project-header h3 {
    font-size: 24px;
    font-weight: bold;
}

.project p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.project ul {
    list-style-type: none;
    padding: 0;
}

.project ul li {
    font-size: 16px;
    color: #555;
    padding-left: 20px;
    position: relative;
}

.project ul li::before {
    content: "✔️";
    position: absolute;
    left: 0;
    color: #007bff;
}

.project ul li strong {
    font-weight: bold;
}

.project-card:last-child {
    margin-bottom: 0;
}

.projects .subsection {
    margin-top: 2rem;
    padding: 1.5rem;
    
    border-radius: 8px;
    background: #f9f9f9;
}

.projects .subsection h3 {
    color: #007bff;
    margin-bottom: 1rem;
}

.projects .project {
    margin-bottom: 1.5rem;
}

.projects .project h4 {
    font-size: 1.25rem;
    color: #333;
}

.projects .project ul {
    padding-left: 1.5rem;
    list-style-type: disc;
}
