* {
    /* outline: 1px solid red; */
    margin: 0;
    padding: 0;
}

body {
    font-family: "Playfair Display", "Arial", serif;
    color: #626262;
    font-size: 14px;
    line-height: 24px;
}

.header-list {
    width: 904px;
    margin: auto;
    padding: 70px 0 100px;
    text-align: center;
}

.header-list-item {
    display: inline-block;
    margin-right: 50px;
}

.header-list-item:last-child {
    margin-right: 0;
}

.header-list-link {
    display: block;
    width: 100px;
    text-decoration: none;
    color: #626262;
    text-transform: uppercase;
}

.header-list a:hover {
    color: #03a9f4;
}

.articles,
.button-sec {
    width: 904px;
    margin: auto;
}

.articles-item {
    display: inline-block;
    margin: auto;
    width: 420px;
    padding-bottom: 140px;
    padding-right: 60px;
}

.articles-item:nth-child(2n) {
    padding-right: 0;
}

.articles-item:nth-child(n+5) {
    padding-bottom: 60px;
}

.articles-item-image {
    margin-bottom: 30px;
}

.fix {
    object-fit: cover;
    width: 420px;
    height: 280px;
}

.articles-item-subject {
    font-family: 'Ubuntu', "Arial", sans-serif;
    color: #b4ad9e;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.articles-item-title {
    font-size: 30px;
    line-height: 17px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}

.articles-item-text {
    padding: 0;
    margin: 0;
}

.button-sec {
    margin-bottom: 70px;
}

.button {
    display: block;
    font-family: "Playfair Display", "Arial", serif;
    width: 150px;
    height: 56px;
    font-size: 20px;
    line-height: 24px;
    color: #626262;
    background-color: #fff;
    border: 1px solid #626262;
    margin: 0 auto;
}