.career-testimonials-wrapper {
    text-align: center;
    padding: 100px;
    background: #fafbfd;
}
.career-testimonials-wrapper .sk-career-resource-quote p {
    color: #555555;
    max-width: 80%;
    margin: 0 auto 24px;
}
.career-testimonials-wrapper .sk-career-testimonial-image {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.career-testimonials-wrapper .sk-career-resource-quote .designation p {
    font-size: 28px;
    color: #032169;
    font-weight: 800;
    margin-top: 15px;
}
.career-testimonials-wrapper .sk-career-testimonial-image img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.career-testimonials-wrapper .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 0;
}


.career-testimonials-wrapper .slick-dots li {
    list-style: none;
    margin: 0;
}

.career-testimonials-wrapper .slick-dots li button {
    font-size: 0;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.career-testimonials-wrapper .slick-dots li button::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #c4c4c4; /* grey */
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
}

.career-testimonials-wrapper .slick-dots li.slick-active button::before {
    background-color: #1e40af; /* blue (adjust to your brand) */
    transform: scale(1.2);
}


.career-testimonials-wrapper {
    text-align: center;
    padding: 60px;
    background: #fafbfd;
}

.career-testimonials-block.logo-size .sk-career-testimonial-image {
    width: 120px;
    height: 90px;
}
.career-testimonials-block.logo-size .sk-career-testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (max-width:992px) {
    .career-testimonials-wrapper {
    text-align: center;
    padding: 60px;
    background: #fafbfd;
}
.career-testimonials-wrapper .sk-career-resource-quote .designation p {
    font-size: 24px;
    line-height: 32px;
    margin-top: 15px;
}
}

@media screen and (max-width:767px) 
{
.career-testimonials-wrapper {
    padding: 50px 40px;
}
.career-testimonials-wrapper .sk-career-resource-quote p {
    color: #555555;
    max-width: 100%;
}
}