html {
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
.h2 {
    font-size: 36px;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}
a {
    text-decoration: none;
}
.text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #535755;
}
.button:hover {
    opacity: 0.85;
}
.section {
    margin-bottom: 140px;
}
.title-large {
    font-family: Oswald, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 115%;
    text-transform: uppercase;
    color: #2c332f;
    margin-bottom: 40px;
    max-width: 596px;
}
.text-sub {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: right;
    color: #858e8a;
}