.roll-wrap {
    padding-top: 31px;
}

.items-head {
    background-color: #E9EBF0;
    display: flex;
    align-items: center;
    height: 56px;
    padding-left: 15px;
    padding-right: 17px;
    font-size: 21px;
    font-weight: 700;
    margin-top: 30px;
}

.items-head div:last-child {
    margin-left: auto;
    color: #767C8A;
    font-size: 14px;
    font-weight: 600;
}

.roll-bottom-content {
    padding: 30px 0 10px 0;
    font-size: 14px;
}

.roll-bottom-content h2 {
    font-size: 24px;
    padding: 20px 0 10px 0;
}

.roll-bottom-content div img {
    max-height: 200px;
    width: auto;
    display: block;
    margin: auto;
}

@media (min-width: 768px) {

    .stars-header h1 {
        text-align: left;
    }

    .stars-header .stars {
        justify-content: left;
    }

    .roll-bottom-content {
        padding: 70px 0 50px 0;
    }

    .roll-bottom-content h2 {
        font-size: 24px;
        padding: 0 0 10px 0;
    }

    .roll-bottom-content div img {
        max-height: none;
        width: 100%;
    }
}

@media (min-width: 992px) {

    .items-head:first-child {
        margin-top: 0;
    }

    .roll-bottom-content h2 {
        font-size: 36px;
    }
}