.star {
    font-size: 30px;
    cursor: pointer;
    color: #C9C9C9;
    margin: 0 5px;
}
.star.selected {
    color: #CF1D1D;
}
.star-rating{
    display: flex;
    justify-content: center;
}
#hero {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 112px 0;
}
#hero .bg {
    background: rgba(25, 25, 25, 0.89);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#hero .container {
    position: relative;
    z-index: 2;
}
#hero .review {
    background: #fff;
    border-radius: 10px;
    padding: 60px 138px 78px;
}
#hero .review h1,
#hero .review h2 {
    font-size: 30px;
    line-height: 37px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
}
#hero .review .btn {
    margin-top: 30px;
}
#hero .review .place {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
#hero .review .place span {
    font-size: 30px;
    font-weight: 800;
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #C9C9C9;
    border-radius: 50%;
    color: #C9C9C9;
    margin: 0 40px;
}
#hero .review .place span.selected {
    color: #CF1D1D;
    border-color: #CF1D1D;
}
#step4 #text{
    margin: 30px 0;
}
@media(max-width: 767px) {
    #hero .review {
        background: #fff;
        border-radius: 10px;
        padding: 60px 20px 50px;
    }
    #hero .review .place span {
        margin: 0 10px;
    }
    #hero {
        padding: 80px 0;
    }
}
