.c-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.c-heading__title {
  font-size: 32px;
}

@media screen and (max-width: 989px) {
    .c-heading__title {
        font-size: 18px;
    }
}
