.cities-page header{
    border-bottom: 2px solid var(--color-neutral-600);
}
.cities-page header::after {
    content: '';
    background-color: var(--color-primary);
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    right: 0;
}
.img-cities-card img{
    border-radius: 0 0 10px 10px;
}
.card-cities .btn-style-01{
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    padding: .4rem 1rem;
}