.short-paragraph .title {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 8px;
  font-family: "The Nautigal", cursive;
  color: #4d8e06;
  line-height: normal;
}

.short-paragraph .description {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #1f1f1f;
}

.mini-hero-text-bg {
  max-width: 500px;
  margin-left: auto;
}

/* Glass card */
.mini-hero-text-bg {
  position: relative;
  border-radius: 15px;
  padding: 30px 28px;
  overflow: hidden;
  text-align: end;
  font-size: 14px;
  font-weight: 400;
}

/* Blur layer (NOT animated) */
.mini-hero-text-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(217, 217, 217, 0.26);
  backdrop-filter: blur(9.2px);
  -webkit-backdrop-filter: blur(9.2px);
  z-index: 0;
}

.mini-hero-page-title {
    font-size: 58px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0% 10%;
}

/* Responsive Design */
@media (max-width: 992px) {
  .mini-hero-page-title {
    font-size: 58px;
  }
}

@media (max-width: 576px) {
  .short-paragraph .title {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 5px;
  }

  .mini-hero-text-bg {
    text-align: center;
  }

  .mini-hero-page-title {
    font-size: 32px;
  }
}
