.fr-faq-accordion-alpha__item:last-child {
    margin-bottom: 0;
}

.service-hero{
    background-size: cover;
    background-position: center;
    position: relative;  
}


.service-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px); /* Adjust the blur amount as needed */
    -webkit-backdrop-filter: blur(10px); /* Adjust the blur amount as needed */
    z-index: 1;
    background-color: var(--black-trans-80);
}

