*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Playfair Display", serif;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

.menu {
  padding: 52px 0;
  text-align: center;
}

.menu-item {
  display: inline-block;
  list-style: none;
}

.menu li:not(:last-child) {
  margin-right: 100px;
}

.menu-item .link {
  text-decoration: none;
  color: #626262;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.menu-item .link:hover,
.menu-item .link:focus {
  color: #03a9f4;
}

.article-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-list-item {
  display: inline-block;
  width: 420px;
  margin-bottom: 60px;
}

.article-list-item:nth-child(2n + 1) {
  margin-right: 56px;
}

.article-list-item .title {
  font-size: 30px;
  font-weight: 400;
  color: #626262;
  margin-bottom: 34px;
}

.article-list-item .text {
  color: #626262;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.section {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  color: #b4ad9e;
  font-weight: 300;
  text-transform: uppercase;
  margin: 30px auto;
}

.button {
  text-align: center;
  padding-bottom: 90px;
}

.btn {
  border: 1px solid #626262;
  width: 167px;
  height: 60px;
  text-decoration: none;
  color: #626262;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto;
  font-family: "Playfair Display", serif;
  cursor: pointer;
}
