*,
*::before,
*::after {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    outline: none;
}
html, body {
    font-family:"Barlow Semi Condensed", sans-serif;
    font-weight: 400;
    font-size:18px;
    color:#0b0b0b;
    line-height:1.5;
    padding:0;
    margin:0;
}
a {
    color:#0b0b0b;
    text-decoration:none;
    transition:all .5s ease;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    display: inline-block;
}
.main-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
}
.city_image {
    text-align: center;
}
.city_image a {
    display: inline-block;
    width: 100%;
}
.city_image img {
    width: 100%;
    border-radius: 10px;
    max-width: 750px;
}
.call_now {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.call_now h1 {
    font-size: 26px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .main-title {
        font-size: 24px;
        margin-top: 20px;
        line-height: 25px;
    }
    .call_now h1 {
        font-size: 23px;
        font-weight: bold;
    }
}