html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.company-info-card {
    background-color: #2476B71C;
    border-radius: 12px;
    padding: 15px;
}

.company-icon {
    font-size: 1.5rem;
    color: #2476B7;
}

.company-title {
    color: #2476B7;
    font-weight: 600;
    margin-bottom: 5px;
}

.search-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 30.26px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #888888
}

.intro-text {
    font-size: 35px;
    font-weight: 600;
    line-height: 42.36px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2476B7;
}
