* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.main-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  -webkit-filter: drop-shadow(0px 0px 3px #fff);
          filter: drop-shadow(0px 0px 3px #fff);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .main-title {
    font-size: 36px;
  }
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  background: #2f2e2e;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .kv {
  width: 100%;
  position: relative;
}
.project .kv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#2f2e2e));
  background: linear-gradient(to bottom, transparent, #2f2e2e);
  z-index: 0;
}
.project .kv img {
  width: 100%;
}
.project .wtb {
  position: relative;
  padding: 0 25px 25px;
}
@media (min-width: 996px) {
  .project .wtb {
    padding: 50px 25px;
  }
}/*# sourceMappingURL=main.css.map */