.banner {
  padding: 0 !important;
}

.home-main {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.home-main .text {
  padding: 0 !important;
}
.home-main h3 {
  text-align: center;
  font-weight: normal !important;
  color: #660824 !important;
  font-size: 2rem !important;
}
.home-main h3 span {
  font-size: 2.65rem !important;
}

main .is-layout-grid {
  gap: 1em;
}

h2 {
  font-size: 3em;
}

.home-box {
  min-height: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background-color: navy;
  overflow: hidden;
  border-radius: 25px;
}
.home-box figure img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
  transition: 0.5s ease;
}
.home-box:hover figure img {
  scale: 1.1;
  filter: brightness(0.7);
}
.home-box p {
  color: white;
  font-weight: 500;
  font-size: 2.5rem !important;
  text-shadow: 0px 5px 15px rgb(0, 0, 0);
}
.home-box a {
  opacity: 1 !important;
}/*# sourceMappingURL=home.css.map */