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

body {
    background-color: #090a0f;
    min-height: 100vh;
}

.projects-page-header {
    padding: 80px 20px 48px 20px;
    text-align: center;
}

.projects-page-title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 2.2em;
    font-weight: 300;
    color: white;
    letter-spacing: 0.02em;
}

.projects-page-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    color: #3e4a5e;
    margin-top: 8px;
    font-weight: 400;
}

.main-body {
    padding-bottom: 60px;
}

.contacts {
    border-top: 1px solid #13151f;
    padding: 28px 20px;
    text-align: center;
}

.contacts-text {
    font-family: 'Roboto', sans-serif;
    font-size: 0.82em;
    color: #3e4a5e;
    line-height: 2;
}

.contacts-text span {
    color: #5a6680;
}

@media(min-width: 896px) {
    .projects-page-header {
        padding: 100px 30px 56px 30px;
    }

    .projects-page-title {
        font-size: 2.8em;
    }
}
