html {
  font-family: Ubuntu;
  font-weight: normal;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

body{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
p{
  margin: 0;
  font-size: 16px;
}
button{
border: none;
background-color: transparent;
padding: 0;

}

  a {
  text-decoration: none; 
  color: inherit; 
  font-weight: normal; 
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

ul, ol {
  list-style: none; 
  padding-left: 0; 
  margin-left: 0;
}



.container{
  max-width: 1250px;
  height: auto;
  padding: 0px 15px;
  margin: 0 auto;
}

.text{
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #535755;
}

.section{
  margin-bottom: 140px;
}

.title-large{
  font-family: Oswald, serif;
  font-weight: 600;
  font-size: 62px;
  line-height: 115%;
  text-transform: uppercase;
  margin-bottom: 40px;
}