.separator {
  display: flex;
  justify-content: center;
  color: #E4E6EA;
  font-size: 28px;
  font-family: Cairo;
  font-weight: 700;
  line-height: 52px;
  height: 52px;
}

.separator__keyword {
  margin-right: 170px; 
}

.separator__keyword:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .separator {
    justify-content: space-around;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
  }
  
  .separator__keyword {
    margin-right: 0;
}
