html,
body {
  background: #f1f3f5;
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, roboto, oxygen,
    ubuntu, cantarell, fira sans, droid sans, helvetica neue, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #345;
}

html {
  box-sizing: border-box;
  cursor: default;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.w-100 {
  width: 100%;
}

@media (min-width: 1280px) {
  form.search .xl\:w-3\/4 {
    width: 60%;
  }
}

.title-c {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, roboto, oxygen,
    ubuntu, cantarell, fira sans, droid sans, helvetica neue, sans-serif;
  font-size: 17px;
  font-weight: 400;
  /* color: #745fb5; */
}

.title-c {
  margin-top: 8px;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
}

.title-c::after {
  margin-left: 24px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(116, 95, 181, 0.2),
    transparent 80%
  );
}

.footer-c  {
  background: #f8f9fa;
  color: #678;
}