.logo__title h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 110%;
  color: #152051;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .logo__title h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 110%;
  }
}