<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ktk-block-list-team,
.team-category-block__cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.team-category-block__title {
	color: #126440;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 32.5px;
}
.team-category-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ktk-block-list-team .tablet-grid-30 {
    width: auto !important;
  }
  .team-category-block__title {
    font-size: 1.8rem;
    text-align: center;
  }
}</pre></body></html>