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

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

html {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #555555;
  font-size: 14px;
}

.wrapper {
  position: relative;
}

.container {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}

p {
  line-height: 155%;
}

.btn {
  display: inline-block;
  border-radius: 4px;
  color: #ffffff;
  outline: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.btn-sm {
  background-color: #4F88D9;
  height: 46px;
  line-height: 46px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-md {
  background-color: #086cf9;
  height: 56px;
  line-height: 56px;
  padding-left: 32px;
  padding-right: 32px;
}

h2 {
  font-size: 48px;
  color: #222222;
}

.subtitle {
  font-size: 16px;
  margin-top: 12px;
}