h1 { font-size: 42px; }
h1 + p { margin-top: -1.7em; }

.container {
    padding: 0 4%;
}

header .header-contacts { margin: 0 20px; font-size: 14px; font-weight: normal; }
header .header-contacts span { margin: 0 10px; white-space: nowrap; }
header .header-nav { margin: 0 20px; }
header .header-nav a { font-size: 14px; }


.works { grid-template-columns: repeat(auto-fill, 31%); }
.works .work-preview .work-title { font-size: 20px; }