:root {
  --font-family: "Alkatra", sans-serif;
  --second-family: "Roboto", sans-serif;
  --third-family: "Londrina Solid", 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;
  padding: 0;
  color: inherit;
  background-color: transparent;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  font-family: var(--font-family);
  color: #fff;
  background: linear-gradient(90deg, #3454a1 0%, #6962d1 100%);
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.section-nas {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container-nas {
  position: relative;
  width: 375px;
  padding: 24px 20px;
}

.section-title-nas {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
}

.subtitle-nas {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #feee3e;
  margin-bottom: 8px;
}

@media screen and (min-width: 1440px) {
  .container-nas {
    width: 1440px;
    padding: 40px;
  }

  .section-title-nas {
    font-size: 20px;
    color: #f8f8f8;
  }

  .subtitle-nas {
    font-size: 48px;
    margin-bottom: 24px;
  }
}
