body,
html {
    font-size: 18px;
}

.container {
    margin-top: 1rem !important;
}

.titleTextLeft {
    width: 100%;
    padding: 10px;
    text-align: left;
    color: white;
    /* background-color: #1f7ce5; */
    background: #1f7ce5;
    background: linear-gradient(0deg, rgb(9, 174, 240) 0%, rgb(5, 121, 238) 100%);
    font-weight: bold;
    margin-bottom: 1rem;
}

a {
    color: black;
}

.text-primary {
    color: #0b3489 !important;
}

a:hover {
    color: #1f7ce5;
}

.wh-map {
    width: 100%;
    height: 490px;
}

.showindesktop {
    display: block;
}

.showinmobile {
    display: none;
}

@media only screen and (max-width: 991px) {
    .showindesktop {
        display: none;
    }

    .showinmobile {
        display: block;
    }
}