.labelText {
    top: 47px;
    color: white;
    white-space: nowrap !important;
    transform: rotate(45deg);
    position: absolute;
    font-size: 15px;
    right: -23px;
}

.labelText-Ready {
    top: 47px;
    color: white;
    white-space: nowrap !important;
    transform: rotate(45deg);
    position: absolute;
    font-size: 15px;
    right: 26px;
}

.tagImagebackground {
    position: absolute;
    left: -6px;
    top: 1rem;
    width: 75px;
}

.tagImage {
    position: absolute;
    left: 8px;
    top: 21px;
    width: 25px;
}

.startingFrom {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.BugattiResidences {
    display: flex;
    white-space: nowrap;
    justify-content: end;
    align-items: end;
}

.labelImage {
    position: absolute;
    right: -5px;
    width: 140px;
    top: -8px;
}

.priceInfo {
    color: var(--black-font-color);
    white-space: nowrap;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.fromclass {
    color: var(--black-font-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width:1200px) {
    .priceInfo {
        font-size: 2rem;
    }

}
@media screen and (max-width:992px) {
    .priceInfo {
        font-size: 1.8rem;
    }

}