/* about page css  */
:root {
    --secondary-color: #942121;
}

.about_title {
    font-size: 32px;
    line-height: normal;
}

.about p {
    margin-bottom: 1rem !important;
    line-height: 22px !important;
}

.stats .stats-item p {
    margin-top: 20px !important;
}

.testimonials .swiper-pagination-bullet {
    margin-inline: 3px !important;
}

.section-title h2 {
    line-height: unset;
}

/* about page css end */

@media (max-width: 400px) {
    .book_grid_title {
        gap: 0 !important;
    }

    .book_grid_title .display-md-2 {
        line-height: unset !important;
    }

    .menu-tab-line.style-md3 .tab-link {
        font-size: 16px !important;
    }

    .slider-space3 .box-content .tf-btn {
        width: max-content !important;
    }
}