html {
  scroll-behavior: smooth;
}

.carousel-inner {
    position: relative;
    width: 75%;
    overflow: hidden;
    margin: 0 auto;
  }

  .cff-item a, .cff-lightbox-container a {
  	outline: none;
  	color: #b70e0c;
  }
  .cff-item a:hover, .cff-lightbox-container a:hover {
  	color: #222;
  }

  .cff-item, .cff-lightbox-container {
    color: #000;
    margin-bottom: 20px;
    font-size: 1rem;
  }

  @media (min-width: 1200px) {
    .cff-item {
      width: 32% !important;
    }
  }

  @media (min-width: 720px) and (max-width: 1199.89px) {
    .cff-item {
      width: 48% !important;
    }
    .grecaptcha-badge{visibility: hidden !important;}
  }

  @media (max-width: 767.98px) {
    *{background-attachment: scroll !important;}
    .grecaptcha-badge{visibility: hidden !important;}
  }
