 /* our center section css start */
        .our_centers {}

        .white_main_heading {
            flex-direction: column;
            display: flex;
            justify-content: end;
            align-items: center;
        }

        .white_main_heading h2 {
            /* color: var(--white); */
        }

        .white_main_heading .gradient-line {
            /* background: var(--white); */
        }

        .center_tab {
            margin: 2%;
            flex-wrap: wrap;
        }

        .center_tab .main-button {
            border-radius: 50px;
            margin: 3px
        }


        .owl-prev {
            position: relative;
            left: -5%
        }

        .owl-next {
            position: relative;
            right: -3%
        }


        .active_tab {
            color: var(--white);
            background-color: var(--primary-blue-colour);
            border: 2px solid var(--white);
        }

        .center_btn {
            display: block;
            margin: 0 auto;
        }


        /* our center section css end */