.projectHeader{margin:75px 0;font-family:var(--family-text)}.projectHeader,.titleContainer{display:flex;flex-direction:column;justify-content:center;align-items:center}.titleContainer h1{font-size:2.5rem;font-family:var(--family-title)}.titleContainer h3{font-family:var(--family-text)}.headerTags,.titleContainer{width:65%}.headerSubtitle,.headerTitle{text-align:center}.headerSubtitle{font-weight:var(--font-text)}.headerTags{padding-top:2rem;display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap}.projectTag{text-decoration:none;color:var(--text-muted);background-color:var(--color-secondary-background);height:1.75rem;width:-moz-fit-content;width:fit-content;padding:0 1rem;text-align:center;border-radius:5px;display:flex;justify-content:center;align-items:center;box-shadow:var(--shadow-m)}@media (max-width:768px){.titleContainer{width:80%;display:flex;flex-direction:column;gap:.85rem}.headerSubtitle,.headerTitle{text-align:left}.headerTitle{font-size:1.5rem}.headerSubtitle{font-size:1rem}.headerTags{width:85%;justify-content:center}.projectTag{width:30%}}@media (min-width:769px) and (max-width:1023px){.titleContainer{width:65%;display:flex;flex-direction:column;gap:.85rem}.headerSubtitle,.headerTitle{text-align:left}.headerTags{width:65%;justify-content:center}}