.image-container {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.blurred-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(2px); /* Adjust the blur strength as needed */
}

.highlight-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 2px solid #ffffff; /* Adjust the ring color */
    padding: 10px 15px;
    border-radius: 50%;
}

.highlight-button i {
    color: white; /* Adjust the button icon color */
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
  }

  h1, .h1 {
    font-size: calc(1.2625rem + 0.15vw);
  }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 1.375rem !important;
    }
  }

  h2, .h2 {
    font-size: 1.25rem !important;
  }

  h3, .h3 {
    font-size: 1.125rem !important;
  }

  h4, .h4 {
    font-size: 1rem !important;
  }

  h5, .h5 {
    font-size: 0.938rem !important;
  }

  h6, .h6 {
    font-size: 0.875rem !important;
  }
