@media screen and (max-width: 768px) {
    .detail-box .position {
        display: block !important;
        top: 75px !important;
    }

    .detail-box .left .stars {
        display: flex !important;
        margin-bottom: 11px !important;
    }
}