
.projects{
    background-color: unset;
    display: flex;
    flex-direction: column;
}
.tab_Sections{
  
    width: 100%;
}
.tab_Sections .active{
    display: flex;
}
.project_tab{width: 100%;
display: none;
flex-wrap: wrap;
justify-content: flex-start;
gap: 1rem;
}
.project{
    max-width:413px;
    margin-top:70px;
}

.project--title h6{
    color: black;
}
.project--title p{
color: #474747;


}

@media (max-width:992px) {


}
@media (max-width:768px) {
    .project_tab{
        justify-content: center;
    }
    .project{
        max-width: unset;
    }
  
.project img{
    min-width: unset !important;
}
}