#comments{
    background-color: white;
}

/*#comments .title{
    font-size: 40px;
}*/

.comments{
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.comment{
    width: 440px;
    height: 340px;
    background-color: #F9FAFC;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 16px;
    /* box-shadow: 0px 3px 6px rgb(0 0 0 / 16%), 0px 3px 6px rgb(0 0 0 / 23%); */
    overflow: hidden;
    display: inline-block;
    margin: 10px;
    padding: 20px 30px;
    position: relative;
}

.comment-logo{
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.comment-avatar{
    width: 100% !important;
    filter: initial !important;
}

.client-data{
    width: 90%;
    height: 80px;
    display: flex;
    align-items: center;
}

.client-icon{
    width: 70px;
    height: 70px;
    background-color: #5271FF;
    border-radius: 80px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    float: left;
    margin-right: 20px;
}

.client-icon > div{
    margin: 0 auto;
}

.client-icon > div > img{
    width: 55%;
    margin-left: 1px;
    margin-top: 4px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(108%) contrast(101%);
}

.comment-data{
    text-align: left;
}

.comment-client-name{
    font-size: 25px;
    color: black;
}

.comment-date{
    font-size: 15px;
    color: black;
}

.comment-text{
    height: calc(100% - 80px);
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 18px;
    color: #707070;
    line-height: 23px;
}

/*.comment-text p{
    margin: 10px 0px;
    font-style: italic;
}*/

.stars{
    margin-top: 8px;
}

#comments-get-demo{
    text-align: center;
    width: 100%;
    padding: 60px 0px 120px 0px;
}

@media only screen and (max-width: 599px) {
    .slider{
        height: 440px !important;
        overflow: scroll;
    }

    .slItems{
        overflow: scroll;
    }

    .slItem{
        width: max-content;
        overflow: scroll;
    }

    .comments{
        display: block;
        width: max-content;
    }

    .comment{
        width: 300px;
        margin: 20px;
        float: left;
    }

    .slider [class*="ctrl"]{
        top: 46% !important;
    }

    .ctrlNext {
        right: 0px !important;
    }

    .ctrlPrev {
        left: 0px !important;
    }

    .client-data{
        width: 80%;
    }

    .client-icon{
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .comment-client-name {
        font-size: 15px;
    }

    .comment-date {
        font-size: 13px;
    }

    .comment-text{
        font-size: 13px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px){
    .slider{
        height: 1210px !important;
    }

    .comments{
        display: block;
    }

    .comment{
        width: calc(80% - 60px);
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .comment-text{
        font-size: 16px;
    }

    .ctrlNext {
        right: 20px !important;
    }

    .ctrlPrev {
        left: 20px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .slider{
        height: 1210px !important;
    }

    .comments{
        display: block;
    }

    .comment{
        width: calc(80% - 60px);
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .comment-text{
        font-size: 16px;
    }

    .ctrlNext {
        right: 20px !important;
    }

    .ctrlPrev {
        left: 20px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .comment-text{
        font-size: 14px;
        line-height: 18px;
    }

    .slider [class*="ctrl"]{
        margin-top: 172px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1727px) {
    .comment-text{
        font-size: 16px;
        line-height: 21px;
    }

    .slider [class*="ctrl"]{
        margin-top: 172px !important;
    }

    .comment-logo{
        right: 5px;
        bottom: 10px;
        transform: scale(0.7);
    }
}
