.testimonialsSection {
    width: 100%;
    height: 600px;
    background: url('https://www.360factors.com/wp-content/uploads/2019/09/testmonials-bg.jpg') 0 0 no-repeat;
    background-size: cover;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}

.testimonialsSection .InnerWrapper {
    position: relative;
    z-index: 100;
}

.testimonialsSection .testimonialsSlider {
    padding: 15px 0 15px 0;
    width: 100%;
    margin: 0 auto;
}

.testimonialsSection .testimonialsSlider .slick-list {
    padding-bottom: 45px;
}

.testimonialsSection .contWrap {
    width: 640px;
    float: right;
    margin: 82px 233px 0 0;
    text-align: center;
}

.testimonialsSection .contWrap .title {
    display: block;
    font-size: 37px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
    color: #000;
}

.testimonialsSection .contWrap p {
    font-size: 25px;
    font-weight: 400;
    line-height: 43px;
    color: #000;
    margin-top: 0px;
}

.testimonialsSection .contWrap span {
    display: block;
}

.testimonialsSection .slick-dots {
    list-style: none;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    padding: 0;
}

.testimonialsSection.extraHeight .slick-dots{
    bottom: -10px;
}

.testimonialsSection .slick-dots li button {
    margin: 0 7px;
    border-radius: 100%;
    font-size: 0;
    border: 0;
    outline: 0;
    padding: 6px;
    cursor: pointer;
    background-color: var(--borderGray);
}

.testimonialsSection .slick-dots li button:hover {
    background-color: var(--primaryColor);
}

.testimonialsSection .testimonialsSlider .itemLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

@media screen and (max-width: 1024px) {
    .testimonialsSection .contWrap {
        margin: 82px auto 0 auto;
        float: none;
    }
    .testimonialsSection:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.6);
    }
}

@media screen and (max-width: 767px) {
    .testimonialsSection {
        height: auto;
        padding-bottom: 50px;
    }
    .testimonialsSection .contWrap {
        width: 90%;
    }
}