.comment {
    margin-bottom: 100px;
}

.comment-title {
    margin-bottom: 30px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.comment-line {
    height: 1px;
    background-color: #E0E0E0;
    width: 100%;
}

.comment-title-main {
    padding: 0 100px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;

    text-align: center;
    text-transform: uppercase;
    color: #005587;
}

.comment-main {
}

.comment-item {
    display: inline;
}

.comment-item-img {

}

.comment-item-img::after {
    content: '';
    display: block;
    padding-top: 100%;
    margin-bottom: 10px;
}

.comment-item-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-align: center;
}

.comment-main {
}

.comment-carousel {
}

.comment-item {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2),
    0px 1px 18px rgba(0, 0, 0, 0.12),
    0px 6px 10px rgba(0, 0, 0, 0.14);
    padding: 20px;
    display: block;
}

.comment-user {
    display: flex;
    margin-bottom: 25px;
}

.comment-user-img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 50%;
}

.comment-user-img::after {
    content: '';
    display: block;
    padding-top: 100%;
}

.comment-user-info {

}

.comment-user-name {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #005587;
    margin-bottom: 10px;
}

.comment-user-time{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #828282;
}

.comment-content {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
    height: 72px;
    overflow: hidden;
}

.comment-carousel .owl-stage-outer {
    padding: 15px 0px;
    margin-bottom: 30px;
}

.comment-carousel button.owl-dot.active span {
    background: #005587 !important;
}

@media only screen and (max-width: 768px) {
    .comment-title-main {
        padding: 0 20px;
        font-size: 18px;
        white-space: nowrap;
    }

    .comment-title {
        margin-bottom: 15px;
    }

    .comment {
        margin-bottom: 50px;
    }
}
