.projects-header {
    padding-top: 80px; 
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.projects-header__title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.1;
}

.projects-header__intro p {
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 40px;
    max-width: 800px;
}

.projects-list-section {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 60px;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.projects-list {
    display: flex;
    flex-direction: column;
    gap: 15px; 
    max-width: 600px; 
    margin-left: auto;
    margin-right: auto;
    width: 100%; 
}

.project-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff; 
    border: 1px solid #ffffff;
    border-radius: 25px; 
    width: 100% !important;
    box-sizing: border-box; 
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.project-card:hover {
    transform: scale(1.02);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.project-card__title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000000;
    margin: 0;
}

.project-card__icon {
    font-size: 1.5rem;
    color: #000000;
    font-weight: 300;
}

.project-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000000;
    margin: 0;
}

.project-arrow {
    font-size: 1.5rem;
    font-weight: 300;
    color: #000000;
}