/* Created by Chandramohan - 18-01-2024 */
.team_border_radius{
    border-radius: 75px !important;
}

.property_listing{
    min-height: 218px;
    margin-top: 10px;
}
.c-rounded {
    border-radius: 25px !important;
}
.bg-dark {
     background-color: #202258 !important;
 }
.yellow-text {
    color: rgb(255 202 0) !important;
}
.text-white{
    color: #FFFFFF !important;
}
.text-center{
    margin: 0 auto !important;
}