
.rule_name h5{
    font-weight: bolder!important;
    color: #585858!important;
}
.rule{
    display: flex;
    margin-top: 20px;
    padding-bottom:20px; 
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.comments{
    margin-top:50px; 
}
.amenity{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}
.amenity img{
    width: 25px;
    height: 25px;
    margin: 10px;
    background-position: center;
}
.amenity p{
    margin: 0px;
}
.headline{
    max-width: 365px!important;
    max-height: 241.75px!important;
}
.apartmentGalleryImg{
    max-height: 510px;
    width: auto!important;
    margin: 0 auto;
}
.md_padding_left {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.form-group {
    margin-bottom: 0px!important;
}
@media only screen and (max-width: 1024px) {
    .apartmentGalleryImg{
        max-height: 450px;
        width: auto!important;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 767px) {
    .apartmentGalleryImg{
        max-height: 250px;
        width: auto!important;
        margin: 0 auto;
    }

}