.akijbpo_testimonial * {
    margin: 0;
    padding: 0;
}
.testimonial_company_img{
    margin-bottom: 20px;
}
.testimonial_company_img img {
    max-width: 200px;
}
.akijbpo_testimonial .slick-list {
    padding: 0px;
}
.akijbpo_testimonial ul {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    gap: 8px;
    padding: 0;
}
.akijbpo_testimonial li {
    list-style: none !important;
}
.elementor-widget-container ul li button {
    border: 0;
    background: #d8d8d8;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
}
.elementor-widget-container ul li.slick-active button {
    background: #000;
}
.description p {
    position: relative;
}
.description p::before {
    position: absolute;
    content: '\f122';
    font-family: 'dashicons';
    font-size: 70px;
    color: #ddd;
    left: -80px;
    top: 20px;
}
.akijbpo_testimonail_single {
    padding: 0 20px;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.align-items-center {
    align-items: center!important;
}
.d-none {
    display: none!important;
}
.d-block {
    display: block !important;
}
.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-none {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .description p::before{
        content: '';
    }
    .akijbpo_testimonail_single {
        text-align: center;
    }
    .testimonial_img img,
    .testimonial_company_img img {
        margin: auto;
        width: 130px;
        margin-top: 20px;
    }
}