:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Josefin Sans", sans-serif;
  --third-family: "DM Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  color: #164996;
  background: #fff;
}

html {
  scroll-behavior: smooth;
}

.section {
  padding: 71px 16px;
}

.title {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #164996;
  margin-bottom: 19px;
}

.sub-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 108%;
  text-transform: lowercase;
  color: #f37041;
  margin-bottom: 35px;
}

.text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #4498c5;
  margin-bottom: 26px;
}

@media screen and (min-width: 1432px) {
  .section {
    padding: 80px 100px;
  }
  .text {
    margin-bottom: 55px;
  }
}
