/* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
body {
    font-family: 'Raleway', sans-serif !important;
} */

.fs-6 {
    font-size: 50px;
}

.neighbour-card-img {
    height: 12rem;
    object-fit: cover;
}

input {
    box-shadow: none !important;
    border-radius: 0 !important;
}

.btn {
    box-shadow: none !important;
    border-radius: 0 !important;
}

.neighbour-country .card-body {
    cursor: pointer;
}

table td:nth-of-type(3) {
    cursor: pointer;
    color: var(--bs-blue);
}
