html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #F1F1F1;
  color: #000;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1, h2, h3, h4, p, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  color: #102a43;
  margin-bottom: 20px;
}

.separator {
  width: 100%;
  height: 1px;
  background-color: #252a5e;
  opacity: 1;
  margin-bottom: 10px;
  margin-top: 70px;
}