.traning-testimonial-cards-main-wrapper .row > div {
    margin-bottom: 22px;
}

.traning-testimonials-cards {
    padding: 32px;
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    height: 100%;
}

.traning-testimonials-cards .profile-picture img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    object-fit: cover;
}

.traning-testimonials-cards .profile-info {
    display: flex;
    align-items: center;
}

.profile-con-wrapper h4 {
    margin-bottom: 0px !important;
    color: #000;
    font-weight: 500;
}

.profile-con-wrapper p {
    margin-bottom: -3px !important;
    opacity: 0.5;
    font-weight: 500;
}

.profile-con-wrapper {
    margin-left: 20px;
}

.feedback-wrapper p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 0;
}


.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}
.pagination-wrapper * {
    display: block;
    padding: 3px 12px;
    border-radius: 4px;
    text-decoration: none !important;
    color: #000;
}

.pagination-wrapper *:hover {
    background-color: #f4f4f4;
    border-color: #999;
}

.pagination-wrapper .current {
    background-color: #333;
    color: #fff;
}