*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: 0.2s ease;
  color: #000;
}

body {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}

button {
  background: none;
  border: none;
  background-color: #298e52;
  padding: 12px 22px;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin: 0 2px;
  cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  color: #fff;
}

button:hover {
  background-color: #2ca05b;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.hidden {
  display: none;
}

.container-hero {
  max-width: 1080px;
  margin: 0 auto;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
}

.input-reset {
  border: none;
  background: none;
}

.title {
  margin: 42px 0 32px 0;
  font-size: 52px;
  font-weight: bold;
  color: #1d2730;
  font-weight: 600;
  position: relative;
  position: relative;
  display: inline-block;
}

.main__content h2, .main__content h3, .main__content h4 {
  font-size: 26px;
  color: #000;
  margin: 52px 0 22px 0;
}

.title::before {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 0;
  background-color: #3960ac;
  width: 40%;
  height: 3px;
  border-radius: 22px;
}

.subtitle {
  font-size: 16px;
  color: #000;
  padding: 11px 0 22px 0;
  line-height: 150%;
  letter-spacing: 1px;
  max-width: 980px;
  width: 100%;
}
