.elastic-search-non-manageable-block-wr {
    width: 100%;
    background-color: #f8f8f8;
    position: relative;
    z-index: 200;
}

.white-f-fff-link, .white-f-fff-link:hover, .white-f-fff-link:visited {
    color: #fff !important;
    text-decoration: underline;
}

.elastic-search-non-manageable-block,
.elastic-search-non-manageable-block-mobile {
    background: #706290;
}

.col-map {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    align-self: flex-start;
    height: 54px;
}

.col-map p {
    font-size: 1.8em;
    margin-bottom: 0;
}

@media only screen
and (max-width : 768px) {
    p.col-map-mobile{
        margin: 10px 0;
        font-size: 1.8em;
    }
}