
.blog-title {
  max-width: 1030px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.blog-title h2 {
  padding: 0;
  margin: 0;
  max-width: 340px;
  font-family: Switzer Variable;
  font-weight: 600;
  font-size: 50px;
  line-height: 62px;
  letter-spacing: 0;
  color: #000;
}
.blog-title p {
  font-family: Switzer Variable;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
  padding: 0 0 0 90px;
  margin: 0;
  color: #000;
  max-width: 690px;
}
