/* Extracted from resources/views/front/pages/about_us.blade.php
 * Block #1. Content is verbatim - no rules were added,
 * removed or reordered, so rendering is unchanged.
 */

.testimonial-slider1 .card {
            position: relative;
            padding-bottom: 32px;
            margin-bottom: 16px;
        }

        .testimonial-slider1 .card-body:before,
        .testimonial-slider1 .card-body:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            border-bottom-right-radius: 30px;
            background: #ffffff;

            z-index: -1;
        }

        .testimonial-slider1 .card-body::after {
            background: linear-gradient(to bottom, #0570f2, #185dce, #1c4bab, #1a3a89, #152a69) !important;;
            top: 15px;
            left: 15px;
            z-index: -2;
        }

        .testimonial-slider1 .card-body::before {
            top: 0;
            left: 0;
            z-index: -1;
        }

        .card .card-body {
            padding: 1.25rem !important;
        }

        .border-top {
            border-top: unset !important;
        }
