a.service-box-link {
    color: #5e7290 !important;
    text-decoration: none !important;
}

a.service-box-link:hover {
    color: #5e7290 !important;
    text-decoration: none !important;
}



/* Language Switcher Styles */
@media screen and (max-width: 990px) {
    select {
        width: 100%;
    }

    div.language-switcher {
        margin-right: 15%;
    }
}