input:focus,
textarea:focus,
select:focus,
button:focus,
div:focus {
  outline: none;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  background: #151515;
}

* {
  outline-color: #2ECC71;
  box-sizing: border-box;
  color: #fff;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "BurfordRusticBookUltraLight", sans-serif;
}

a:hover {
  text-decoration: none;
}

header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 60px;
  margin-bottom: 40px;
}
header .bg {
  width: 100%;
  object-fit: contain;
  position: absolute;
}
header .logo {
  background-color: #fff;
  padding: 15px 15px 10px 15px;
  display: block;
  position: relative;
  z-index: 1;
}
header .logo img {
  width: 250px;
  padding: 15px;
  border: 6px solid #151515;
  min-width: 250px;
  height: 250px;
}

.container {
  display: flex;
  flex-wrap: wrap;
}
.container .left, .container .right {
  width: 50%;
}
.container .left {
  position: relative;
}
.container .left::after {
  content: "";
  display: block;
  border-right: 3px dotted #fff;
  height: calc(100% - 135px);
  margin-top: -25px;
  position: absolute;
  right: 0;
  top: 110px;
}
.container .item {
  padding: 0px 25px 0px 25px;
}
.container .item h4 {
  color: #fff;
  font-size: 45px;
  text-align: center;
  margin: 0 0 5px 0;
  border-bottom: 2px dotted #fff;
}
.container .item ul li {
  font-size: 35px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0px 0;
}
.container .item ul li.border-top {
  border-top: 2px dotted #fff;
  margin-top: 5px;
  padding-top: 10px;
}
.container .item ul li.border-bottom {
  border-bottom: 2px dotted #fff;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

/*# sourceMappingURL=main.css.map */
