.col-logo {
order: 1;
}
.col-review {
order: 2;
}
.reit-stars {
order: 3;
}
.col-offer {
order: 4;
}
.col-promo-code {
order: 5;
display: flex !important;
}
.col-get-bonus {
order: 6;
}
.col-accent {
display: none !important;
}

.promo_c_l_code {
    position: relative;
    display: flex;
    flex-direction: column;
    width: max-content;
    margin-top: 25px;
    align-items: stretch !important;
    min-width: 130px !important;
}
.pc_label {
    position: absolute;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 250, 204);
    text-transform: capitalize;
    font-weight: 500;
    color: rgb(43, 45, 66);
    z-index: 1;
    top: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content !important;
    font-size: 12px !important;
    margin: auto;
    padding: 0px 10px;
    border-radius: 10px;
    border-bottom: 1px solid rgb(255, 250, 204);
    border-top: 2px dashed rgba(255, 250, 204, 0.38);
}
.pc_label::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    margin-left: 5px;
    font-size: 10px;
    font-weight: 600;
    color: rgb(43, 45, 66);
}
.col-promo-code .copybethap {
    color: #FFFACC;
    cursor: pointer;
    padding: 8px 10px;
    height: 36px;
    margin-right: 0;
    background: transparent;
    border-radius: 50px;
    outline: 2px dashed #FFFACC !important;
    transition-duration: 0.3s;
    display: flex !important;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    margin-top: -7px;
}
.reit-wrapper {
    flex-direction: column;
}
.rating {
order: 2;
}

@media (max-width: 768px) {
.reit-wrapper {
    flex-direction: row;
}
.rating {
order: 1;
}
.rating span {
order: 2;
}
}