body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.2em;
  font-family: "Acrom", sans-serif !important;
  font-weight: 300;
  color: #1c1c1c !important;
  background: #fff !important;
  overflow-x: hidden !important;
}

p,
h1,
h2,
h3,
ul {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #1c1c1c;
}
img {
  display: block;
  width: 100%;
  max-width: none !important;
}
.container {
  position: relative;
  padding: 0 20px;
  max-width: 1100px !important;
  margin: 0 auto;
}

@media (min-width: 1920px) {
  body .container {
    max-width: 1100px !important;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  body {
    font-size: 13px;
  }
}
