.card-bg {
  background-color: #004700;
}

.box-card {
  background-color: aliceblue;
  margin: 20px;
  width: auto;
  height: 200px;
  border-radius: 24px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.box-card:hover {
  box-shadow: 0px 0px 12px #001700;
}

.bi-sort-up-alt,
.bi-bookmark-plus-fill,
.bi-globe {
  color: #004700;
  width: auto;
  height: 30px;
  margin-bottom: 20px;
}

.h2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
}

.box-card p {
    margin-top: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
}
