@charset "utf-8";
/* Common CSS */

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

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #161616;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  /* background: url(../images/iStock-1190319693.jpg) no-repeat;
  background-size: 35%;
  background-position: right bottom; */
  min-height: 100vh;
}

a {
  color: #161616;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  line-height: 1;
}

h3 {
  font-size: 30px;
  font-weight: 500;
}

h4 {
  font-weight: 400;
  font-size: 22px;
}

ul {
  margin: 0 0 25px;
}

.container {
  width: 1660px;
  margin: 0 auto;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
