html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #23ac38 !important;
  background-color: #fff;
  line-height: 1.75 !important;
}

.container-custom {
  max-width: 1080px;
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.full-screen-img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.box {
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
}

.adr {
  width: 240px;
  color: #000;
  font-size: 13px;
  line-height: 1.5;
}
.adr img {
  max-width: 240px;
}
.adr .phone {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.25;
  margin-top: 0;
}/*# sourceMappingURL=styles.css.map */