.quickQuoteButton { border-radius: 20px!important; font-size: 14px!important; line-height: 39px!important; }
.arrow { border: solid white; border-width: 0 2px 2px 0; display: inline-block; padding: 3px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); margin-left: 5px; }
.home-banner-main-panel { margin: 0; }
.spacer { height: 70px; }
.network-wework-locations-outer .space-meeting-rooms-slide-outer .meetingroms-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #464C4B;
}
.network-review-flip-outer p.flip-card-review-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #00927c;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .network-wework-locations-outer .space-meeting-rooms-slide-outer .meetingroms-title {
        font-size: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .network-wework-locations-outer .space-meeting-rooms-slide-outer .meetingroms-title {
        font-size: 16px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
    .network-review-flip-outer p.flip-card-review-title {
        font-size: 15px;
        line-height: 19px;
    }
}