* {
  font-family: 'Roboto Condensed', sans-serif;
}

html {
  box-sizing: border-box;
}

html {
  text-size-adjust: 100%;
}

body {
  margin: 0 0 10rem 0;
  background-color: #ebedf0;
  color: #112
}

html, body {
  font-size: 14px;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #778;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: 32px;
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #5a5d63;
}

h2 {
  font-size: 30px;
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #5a5d63;
}

h3 {
  font-size: 18px;
  margin-top: 0.4rem;
  line-height: 2rem;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.works {
  height: 100%;
  margin: 0 auto;
  width: 80%;
}

.works ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, 22rem);
  justify-content: space-between;
}

.works li {
  margin: 0 2rem 4rem 0;
  padding: 0;
}

.works .item {
  position: relative;
}

.works .item .imgBox {
  width: 20rem;
  position: relative;
}

.works .item .imgBox img {
  width: 100%;
  height: 100%;
  box-shadow: 3px 3px 7px #5a5d63;
}

.works .item .doc {
  width: 20rem;
  text-align: center;
}

