.title-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 12px;
}

.title-section .subtitle {
  font-size: 18px;
  line-height: 1.555;
  font-weight: 400;
}