@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.slideContain {
    font-family: "Raleway", sans-serif;
    margin: 0 auto;
    /*max-width: 1200px;*/
    width: 100%;
    background: linear-gradient(180deg, #FEF7F8 0%, #ECEEFB 100%);
    padding: 20px;
}

.item {
    align-items: center;
    color: white;
    display: flex;
    min-height: 300px;
    justify-content: center;
}

.rating {
    margin-bottom: 30px;
}

    .rating span {
        font-size: 28px;
        margin-right: 5px;
    }

        .rating span.fa.fa-star.checked {
            color: #F0AD4E;
        }

.test-content {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: 34px;
    margin-bottom: 30px;
}

.author-info .c-name {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px
}

.author-info .c-state {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.slideContain button.owl-dot.active span {
    background: #2c34c7 !important;
}