.feedback {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--main-blue);
    padding: 96px 0;
}

.feedbackHeader {
    font-size: 48px;
    font-weight: 500;
    color: var(--main-white-text);
    text-align: left;
    width: 87%;
    margin-bottom: 48px;
}

.feedbackData {
    width: 87%;
}

.feedback p {
    color: #424242 !important;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

.feedback a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.feedbackAuthorData {
    margin-top: 48px
}

.feedbackAuthorData p:first-child {
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
}

.feedbackAuthorData p:last-child {
    font-size: 16px;
}

#feedback__buttons button:active {
    background-color: black;
    color: white;
    box-shadow: none;
}

.feedbackItem {
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    background-color: #FFFFFF;
    padding: 24px;
    border-radius: 20px;
}

.owl-2-style .owl-nav {
    display: none;
}

.owl-2-style .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px;
}

.owl-2-style .owl-dots .owl-dot {
    display: inline-block;
}

.owl-2-style .owl-dots .owl-dot span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #777777;
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 3px;
    border-radius: 50%;
}

.owl-2-style .owl-dots .owl-dot.active span {
    background: #ffffff;
}

.owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
    outline: none;
}

.ratingResult {
    width: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: start;
    margin-bottom: 24px;
}

.ratingResult img {
    width: 24px;
    height: 24px;
}

@media (max-width: 650px) {
    .feedback {
        padding: 48px 0 0 0;
    }

    .feedbackHeader {
        font-weight: 600;
        font-size: 22px;
        line-height: 136%;
        margin-bottom: 24px;
    }

    .feedbackItem {
        min-width: 300px !important;
        padding: 16px 10px;
    }

    .feedback p {
        font-size: 14px;
        line-height: 157%;
    }

    .feedbackData {
        width: calc(100% - 20px);
    }

    .feedbackAuthorData {
        margin-top: 24px;
    }

    .owl-2-style .owl-dots {
        bottom: -15px;
    }
}
