* {
  box-sizing: border-box;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
}

a {
  color: inherit;
}

.container {
  width: 90%;
  max-width: 1230px;
  margin: 0 auto;
}

.subtitle {
  font-size: 16px;
  color: #000000b2;
}

.c-white {
  color: #fff;
}

.c-black {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DM Sans', sans-serif;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
  color: #830180;
}

.section-gutter {
    margin: 120px 0;
}

.main-head {
    text-align: center;
    margin-bottom: 40px;
}