* {
  outline: none;
}

@font-face {
  font-family: Intro;
  src: url(font/intro.ttf);
  src: url(font/intro.otf);
  src: url(font/Intro.woff);
}
html {
  font-size: 16px;
}

.et-description {
  margin-bottom: 0;
  line-height: 1;
  padding-bottom: 10px;
}

.et-description-small {
  line-height: 1;
}

@media (max-width: 767px) {
  .et-description {
    font-size: 1.5rem;
  }
}
.et-description-small {
  font-size: 1.125rem;
}
