.room-type label::after {
    
    display: block;
    font-weight: normal;
}



.room-type-list:nth-child(1) label::after {
    content: "150 EUR per night incl. Breakfast";
}

.room-type-list:nth-child(2) label::after {
    content: "140 EUR per night incl. Breakfast";
}