
form .muted{
  font-size: 14px;
  color:rgba(var(--bs-body-color-rgb), 0.75) !important;
}

.fs-xxl-38 {
    font-size: 37px !important;
}

@media (max-width: 575px) {
    .inner-content h1 {
        font-size: 27px;
    }
    .fs-xxl-38 {
        font-size: 20px !important;
    }
    .fs-lg {
    font-size: 18px !important;
}
    .fs-4 {
        font-size: 26px !important;
    }
}
ul.gallery {
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 24px;
}
ul.gallery li img {
  width: 94%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}