#call {
  padding: 30px 0;
  background: var(--color-primary);
}

.section--call {
  max-width: 980px;
  margin: auto;
  padding: 20px;
}

.section--call h4 {
  color: var(--color-tertiary);
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .section--call h4 {
    align-items: start;
    flex-direction: column;
  }
}
