h1 {
  margin: 0;
  font-family: "Cinzel", serif;
  font-weight: bold;
  font-size: 24px;
  width: 100%;
  margin-bottom: 10px;
}

.download {
  flex-wrap: wrap;
  gap: 30px;
}
.download h2 {
  text-decoration: none;
  line-height: 100%;
  font-size: 24px;
}
.download .item {
  width: 144px;
  height: 317px;
}
.download .item .leaflet {
  height: 144px;
  border: 1px solid black;
  box-shadow: 0px 8px 8px -6px rgb(66, 68, 90);
  overflow: hidden;
}
.download .item .leaflet img {
  width: 100%;
}
.download .item h2 {
  margin: 6px 0;
}
.download .item p {
  font-family: "Abhaya Libre", serif;
  font-weight: normal;
  font-size: 12px;
}
.download .item button {
  cursor: pointer;
  border-radius: 15px;
  border-color: black;
  background-color: #F9F5F2;
  color: black;
}
.download .item button p {
  font-family: "Cinzel", serif;
  font-weight: bold;
  font-size: 13px;
  margin: 2px 10px;
}

@media (min-width: 992px) {
  h1 {
    font-size: 36px;
  }
  .download {
    gap: 60px;
  }
  .download h2 {
    font-size: 32px;
  }
  .download .item {
    width: 215px;
    height: 430px;
  }
  .download .item .leaflet {
    height: 215px;
  }
  .download .item h2 {
    margin: 15px 0;
  }
  .download .item p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .download .item a button p {
    font-size: 16px;
  }
}/*# sourceMappingURL=rakie.css.map */