@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

html p, html h1, html h2 {
  margin: 0;
  line-height: unset;
}
body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            line-height: 1.6;
            color: #333;
            background: hsla(48, 33%, 97%, 1);
            min-height: 100vh;
        }
        
.container {
  display: flex;
  justify-content: center;
  margin: 8rem 30px;
}

.content {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

h1 {
  font-size: 1.25rem;
  margin-bottom: 5px;
}

h2 {
  color: #bcbcbf;
  margin-bottom: 0.625rem;
}

p {
  font-size: 64px;
  line-height: 80px;
}

video {
  max-width: 100%;
}
.field--name-field-project-technologies img {
  max-width: 48px;
  height: auto;
}
