.custom-pagination-block p{
    display: none;
}

.custom-pagination-block a {
    color: #1E2939;
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.custom-pagination-block a:hover {
    color: #ffffff;
    background-color: #5F64AE;
    border-color: #5F64AE;
}

.custom-pagination-block span[aria-current="page"] {
    background-color: #5F64AE !important;
    color: #ffffff !important;
    border-color: #5F64AE !important;
}

.custom-pagination-block span[aria-disabled="true"] {
    color: #9ca3af !important;
    background-color: #f3f4f6 !important;
    border-color: #d1d5db !important;
    cursor: not-allowed;
}

.custom-pagination-block .rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
}

.custom-pagination-block .rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}


@media (max-width: 768px) {
    .custom-testimonial-block .carousel {
        height: 200px;
        /* Adjust the height for smaller screens */
    }
}

@media (max-width: 576px) {
    .custom-testimonial-block .carousel {
        height: 200px;
        /* Adjust the height for even smaller screens */
    }
}

@media (max-width: 375px) {
    .custom-testimonial-block .carousel {
        height: 250px;
        /* Adjust the height for even smaller screens */
    }
}