#apartmentIframeAll {
    text-align: center;
}

.bui-spacer--large {
    margin-left: 25px!important;
    margin-bottom: 20px;
}

.bui-icon svg {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: auto;
}
.bk-icon {
    vertical-align: middle;
    max-width: 256px;
    max-height: 256px;
    overflow: hidden;
}

.hotel-facilities-group__icon {
    margin-right: 10px;
}
.bui-icon--medium {
    height: 20px;
}
.bui-icon {
    display: inline-block;
    fill: currentColor;
}

.bui-title__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.google-maps iframe {
    min-height: 400px;
    width: 60% !important;
    height: 40% !important;
}

@media screen and (min-width: 919px){
    .equipments {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
}

@media screen and (max-width: 919px){
    .equipments {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    }
}

