.section-project-intro .flex-content{
  gap:20px;
  flex-direction: column;
}

.section-project-intro{
  padding:50px 0;
  margin:20px;
}

.section-project-intro .category-name{  
  font-family: WorkSans-ExtraBold, sans-serif;  
  letter-spacing: -1px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 3.5rem;
  display: flex;
  gap:10px;
  margin-bottom: 20px;
}

.category-name img{
  width: 12px;
  height: fit-content;
}

@media (min-width: 768px) {
  .section-project-intro .flex-content{ flex-direction: row;}   
  
  .section-project-intro .category-name{  
    font-size: 6.5rem;
  }

  .category-name img{
    width: 22px;
    height: fit-content;
    
  }
}

