.find-your-tour .text-desc {
    position: absolute;
    z-index: 5;
    top: 140px;
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
    color: #fff;
}
.find-your-tour .wrap-btn {
    position: absolute;
    z-index: 5;
    bottom: 50px;
    width: 180px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.find-your-tour .header {
    z-index: 5;
    color: #fff;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 275px;
    position: absolute;
    font-weight: 600;
    font-size: 26px;
}
.find-your-tour {
    height: 333px;
    width: 100%;
    position: relative;
    background: url('/trip_assets/img/bg1.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-img {
    position: relative;
    height: 220px; width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 6px;
}
.bg-img:hover {
    -webkit-box-shadow: 4px 2px 11px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 2px 11px 2px rgba(0, 0, 0, 0.15);
    transition-duration: 0.3s;
}
.black-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.25);
}
.city-name {
    z-index: 5;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.city-name a, .city-name a:hover {
    color: #fff;
}
.city-name span {
    font-size: 13px;
}
.count-city-info {
    font-size: 20px;
    font-weight: 900;
}
span.a{
    font-size: 18px
}
.a:hover{
    text-decoration: underline;
}
@media only screen and (max-width: 960px) {
    .find-your-tour .text-desc {
        width: 90%;
    }
}
@media only screen and (max-width: 767px) {
    .find-your-tour, .wrap-look-all-city {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 580px) {
    .find-your-tour .wrap-btn {
        bottom: 25px;
    }
}