html {
	font-family: Ubuntu, sans-serif;
	font-weight: 400;
}
body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}
a {
	text-decoration: none;
}
.container {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 15px;
	/* overflow-x: auto; */
}
.text {
	font-weight: 400;
	font-size: 16px;
	color: #535755;
	line-height: 130%;
}
.button {
	display: inline-block;
	padding: 19px 32px;
	background-color: #3596ed;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	transition: transform 0.2s, opacity 0.2s;
}
.button:hover {
	transform: scale(1.05);
	opacity: 0.85;
}
.section {
	margin-bottom: 140px;
}
.title-large {
	max-width: 596px;
	margin-bottom: 40px;
	font-family: "Oswald" sans-serif;
	font-weight: 600;
	line-height: 115%;
	text-transform: uppercase;
	color: #2c332f;
	font-size: 40px;
}
.text-sub {
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #858e8a;
}
