img {
  max-width: 100%;
}

.logo {
  width: 290px;
}

body {
  background: #100e10;
}
html,
body {
  font-family: "Oxygen", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif !important;
}

.target-box {
  border-top: 1px solid #938249;
  position: relative;
}
.target-box-logo {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 120px;
}
.target-box .slide img {
  height: 440px;
  object-fit: cover;
}

@media (max-width: 576px) {
  .target-box .slide img {
    height: 220px;
  }
}
