html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
}

span {
  display:block;
}

.wrapper {
  background-color: #F2F2F2;
}

.conteiner {
  width: 1200px;
  margin: 0 auto;
}

.title-section {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #2F2F51;
  text-align: center;
  cursor: default;
}

@media (max-width: 1200px) {
  .conteiner {
    width: 90%;
  }
}