.title {
    text-align: center;
    font-size: 35px !important;
    font-weight: 600 !important;
}




.city {
    padding: 4px 30px;
    border-radius: 8px;
    font-weight: 600;
    line-height: 40px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    color: #000;
    margin: 5px;
}

.city-modal {
    width: 606px;
    border-radius: 30px;
    margin: 0 auto;
    background: #FFF;
    box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.25);
    z-index: 9999999999;
}

@media only screen and (max-width:992px){
    .title {

        font-size: 25px !important;
    }
}