/* Customer Stories - Start */
.wk-pull-quote{
    /*min-height: 70vh;*/
    padding: 100px 0;
    color: var(--text-primary-color);
    background: linear-gradient(#10091f, #160f27);
    background: url(../images/top-bg.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--text-primary-color);
}

.wk-pull-quote .customer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.wk-pull-quote .customer .logo {
    margin-bottom: 20px;
}
.wk-pull-quote .customer .logo img {
    object-fit: contain;
}
.wk-pull-quote .customer .quote,
.wk-pull-quote .customer .quote > h2 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
}
.wk-pull-quote .customer .quote{
    margin-bottom: 30px;
}
.wk-pull-quote .customer .section-desc{
    margin-bottom: 30px;
}
.wk-pull-quote .customer .author {
    margin-bottom: 38px;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 148%;
    text-align: center;
    font-weight: 400;
}
.wk-pull-quote .customer .author span {
    font-weight: 600;
    font-style: normal;
}
.wk-pull-quote .customer .cta-box .cbtn:last-child{
    margin-right: 0;
}
.wk-pull-quote .customer > *:last-child {
    margin-bottom: 0;
}
@media(max-width: 991px){
    .wk-pull-quote{
        padding: 60px 0;
    }
    .wk-pull-quote .customer{
        width: 100%;
    }
    .wk-pull-quote .customer .quote,
    .wk-pull-quote .customer .quote > h2 {
        font-size: 24px;
        line-height: 36px; 
    }
}
@media(max-width: 480px){
    .wk-pull-quote .customer .cta-box .cbtn {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .wk-pull-quote .customer .cta-box .cbtn:last-child {
        margin-bottom: 0;
    }

    .wk-pull-quote .customer .quote, .wk-pull-quote .customer .quote > h2{
        font-size: 28px;
        line-height: 125%;
    }
    .wk-pull-quote .customer .author {
        font-size: 14px;
        line-height: : 115%;
    }
}
/* Customer Stories - Ends */