.main-text {
    font-family: Inter, sans-serif;
    color: #467AB6 !important;
}

.main-text-title {
    font-family: Inter, sans-serif;
    color: #467AB6 !important;
    font-weight: bold;
    font-size: 32px;
}

.main-text-subtitle {
    font-family: Inter, sans-serif;
    color: #467AB6 !important;
    font-size: 20px;
}

.btn-main-text {
    color: #467AB6 !important;
}

.card.info-card {
    overflow: auto;
    text-overflow: ellipsis;
    background-color: #f5f8fa;
    border: none;
}

.card.info-card p > a {
    text-decoration: none;
}

img.info-card-img {
    min-width: 180px;
    min-height: 130px;
    border-radius: 10px;
}

p.card-title {
    font-size: 20px !important;
}

.card-text {
    font-size: 14px;
}

.btn.btn-public {
    background-color: #467ab6;
    border: none;
}

.public-nav > li a {
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '>';
    padding-right: .5rem;
    font-family: Inter, sans-serif;
    color: #467AB6;
}
