.projects{

    padding:20px 20px;

}

.projects h1{

    font-size:2.6rem;

    margin-bottom:20px;

}

.projects-intro{

    max-width:760px;

    color:#6b7280;

    line-height:1.8;

    margin-bottom:20px;

}


.project-group{

    margin-bottom:90px;

}


.project-group h2{

    font-size:1.8rem;

    margin-bottom:16px;

}


.group-description{

    max-width:760px;

    color:#6b7280;

    line-height:1.8;

    margin-bottom:45px;

}


.project{

    padding:34px 0;

    border-top:1px solid #ececec;

}


.project:last-child{

    border-bottom:1px solid #ececec;

}


.project h3{

    font-size:1.35rem;

    margin-bottom:14px;

    font-weight:600;

}


.project h3 a{

    color:#111827;

    transition:.2s;

}


.project h3 a:hover{

    color:#2563eb;

}


.project p{

    max-width:760px;

    color:#4b5563;

    line-height:1.8;

}


.project-tech{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

    margin-top:22px;

}


.project-tech span{

    padding:5px 12px;

    border:1px solid #e5e7eb;

    border-radius:999px;

    background:#fafafa;

    color:#6b7280;

    font-size:.82rem;

}
.current-work{

    margin:20px 0px 80px;

    padding:40px;

    background:#fafafa;

    border:1px solid #ececec;

    border-radius:10px;

}

.current-work h2{

    margin:10px 0 20px;

    font-size:1.6rem;

}

.current-work p{

    max-width:760px;

    color:#4b5563;

    line-height:1.8;

}

.current-work ul{

    margin-top:25px;

    padding-left:20px;

}

.current-work li{

    margin-bottom:10px;

    color:#6b7280;

}
.project-link{

    display:inline-block;

    margin-top:18px;

    margin-bottom:22px;

    font-size:.95rem;

    font-weight:500;

    color:#2563eb;

    transition:.2s;

}

.project-link:hover{

    color:#1d4ed8;

    text-decoration:underline;

}