.projects-title {
width: 100%;
justify-content: center;
align-items: center;
text-align: center;
margin-top: 100px;
}
.projects-title h2{
color: #000;
font-size: 40px;
}
.projects .content
{
display: flex;
justify-content: center;
flex-wrap: wrap;
flex-direction: row;
margin-top: 40px;
margin-bottom: 40px;
}