.review__title .review__title-name {
    font-size: 32px;
}

.review__star {
    display: flex;
}

.star__item {
    margin: 0 10px 0 0;
}

.text_star {
    margin: 0 0 0 10px;
}

.star__item i:nth-child(1),
.star__item i:nth-child(2),
.star__item i:nth-child(3),
.star__item i:nth-child(4),
.posts-review__star i:nth-child(1),
.posts-review__star i:nth-child(2),
.posts-review__star i:nth-child(3),
.posts-review__star i:nth-child(4) {
    color: rgb(255, 223, 6);
}

.img__review {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review__social {
    display: flex;
}

.review__social i {
    margin: 0 0 0 10px
}

.img__review img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.review__form {
    margin: 40px 0 0 0;
    padding: 0 0 25px 0;
}

.review__form input {
    outline: none;
}

.posts-review__link-name {
    color: #0063C0;
}

.form__name-option {
    width: 20%;
    margin: 0 10px 0 0;
    padding: 3px 0 3px 10px
}

.form__sort {
    width: 30%;
    padding: 3px 0 3px 10px
}

.form__name-option:focus-visible {
    outline: unset;
}

.review__button:focus {
    outline: none;
}

.review__form-input {
    padding: 3px 10px;
    margin: 0 20px 0 0;
}

.review__button {
    border: 1px solid gray;
    border-radius: 6px;
    background: #e4e4e4;
    color: #555;
    margin-right: 30px;
}

.review__posts {
    padding: 20px 0;
    display: flex;
    border-top: 1.5px solid #3333;
}

.review__posts-img img {
    width: 265px;
    height: 265px;
    border-radius: 100%;
}

.review__posts-review {
    padding: 0 0 0 20px;
}

.posts-review__link-name {
    font-size: 21px;
    margin: 0 0 20px 0;
}

.posts-review__star {
    margin: 0 0 15px 0;
}

.posts-review__link:hover {
    text-decoration: none;
}

.sort__by {
    margin: 0 0 0 30px;
}


/* style css col right */

.right-top__title {
    font-size: 20px;
    margin: 0 0 20px 0;
}

.right-top__button {
    text-align: center;
    padding: 0 35px;
    margin: 35px 0;
}

.button__name {
    border-radius: 5px;
    display: block;
    padding: 7px 18px;
    background-color: #2A9BC3;
    color: #ffffff;
    transition: all 0.5s ease;
}

.content__right-top {
    border-radius: 10px;
    border: 1px solid #333;
    padding: 30px 20px;
    margin: 30px 0;
}

.text-center-p {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.review__sum {
    margin: 30px 0 0 0;
}

.col-right {
    padding: 0;
}

.button__name:hover {
    text-decoration: none;
    background-color: #CDA11A;
    color: #ffffff;
    transition: all 0.5s ease;
}


/* Responsive */

@media screen and (max-width:768px) {
    .text-center {
        width: 100%;
    }
    .col-right {
        padding: 0 15px;
    }
    .review__posts {
        display: inline-block;
    }
    .review__form-input,
    .form__name-option,
    .form__sort {
        width: 100%;
    }
    .review__form-in,
    .sort__by {
        display: block;
        margin: 0 0 15px 0
    }
    .review__form-input,
    .form__name-option,
    .review__button {
        margin: 0 0 15px 0;
    }
}