.gls-wzt-search-empty {
  display: flex;
  align-items: center;
}
.gls-wzt-search-empty .gls-wzt-se-info {
  margin-left: 1.875rem;
}
.gls-wzt-search-empty .gls-wzt-se-info .gls-wzt-se-info-tit {
  font-size: 1.5rem;
  font-weight: 700;
}
.gls-wzt-search-empty .gls-wzt-se-info .gls-wzt-se-info-tit .keyword {
  color: var(--brand-color);
}
.gls-wzt-search-empty .gls-wzt-se-info .gls-wzt-se-info-text {
  color: #b5b5b5;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .gls-wzt-search-empty {
    flex-direction: column-reverse;
  }
  .gls-wzt-search-empty .gls-wzt-se-info {
    margin-left: 0;
    width: 80%;
  }
  .gls-wzt-search-empty .gls-wzt-se-info .gls-wzt-se-info-text {
    margin-bottom: 3rem;
  }
}
