/* Typography Style */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: #696969;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: top center;
}

.container {
  max-width: 1200px;
}

.bg-gray {
  background-color: #F6F6F6;
}

.section-space-ptb {
  padding: 120px 0 90px;
}

.section-space-pt {
  padding-top: 120px;
}

.section-space-pb {
  padding-bottom: 90px;
}