@media(min-width: 1200px) {
    .spiritual-service-card {
        padding: 1rem;
    }

    .benefits-section .section-heading {
        width: 60%;
    }
}

@media(max-width: 1199px) {
    @keyframes ticker-scroll-tablet {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-300%);
        }
    }

    .featured-media {
        animation: ticker-scroll-tablet 25s linear infinite;
    }
}

@media(max-width: 1024px) {
    h1.banner-heading {
        font-size: 3rem;
    }
}

@media(min-width: 768px) {
    .participants-testimonials-slider .swiper-slide:not(.swiper-slide-active) {
        align-self: center;
    }
}

@media(max-width: 767px) {
    h1.banner-heading {
        font-size: 2.75rem;
    }

    h2.section-heading {
        font-size: 2.225rem;
    }

    h3.sub-section-heading {
        font-size: 1.75rem;
    }

    .featured-media-logo {
        height: 1.5rem;
    }

    .featured-media-logo img {
        vertical-align: baseline;
    }

    .participants-testimonials-wrapper .prev-btn,
    .participants-testimonials-wrapper .next-btn {
        display: none;
    }

    .participant-testimonial-slide {
        /* width: 100% !important;
        max-width: calc(100vw - 40px) !important; */
        height: auto !important;
    }
}

@media(max-width: 575px) {
    h1.banner-heading {
        font-size: 2.4rem;
    }

    h2.section-heading {
        font-size: 1.875rem;
    }

    h3.sub-section-heading {
        font-size: 1.25rem;
    }

    body {
        font-size: 0.875rem;
    }

    .card-title {
        font-size: 1.15rem;
    }

    .mobile-photo-container .profile-img {
        width: 60px;
        height: 60px;
        object-fit: cover;
    }

}

@media(max-width:480px) {
    @keyframes ticker-scroll-mobile {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-400%);
        }
    }

    .featured-media-logo {
        height: 1rem;
    }

    .featured-media-logo img {
        vertical-align: baseline;
    }

    .featured-media {
        animation: ticker-scroll-mobile 20s linear infinite;
    }

    .dignitaries-testimonials-slider .testimonial-card .testimonial-content {
        flex-direction: column;
    }

    .open-quote-img {
        width: 32px;
    }

    .participant-open-quot {
        width: 36px;
    }
}

@media(max-width: 350px) {
    h1.banner-heading {
        font-size: 2rem;
    }

    h2.section-heading {
        font-size: 1.25rem;
    }

    h3.sub-section-heading {
        font-size: 1.05rem;
    }

    .benefit-text {
        line-height: 1.1;
    }

    .card-title {
        font-size: 1rem;
    }

    .banner-section p.lead {
        font-size: 1.125rem;
    }
}