.sidebar {
    width: clamp(1px, 14.636vw, 562px) !important;
}

.main-content {
    width: clamp(1px, 38.8542vw, 1492px) !important;
}

.title-link.active {
    font-family: Inter Bold !important;
}

.sub-title-link.active {
    font-family: Inter Bold !important;
    color: #2752A2 !important;
}

.font-inter-regular strong {
    font-family: Inter Bold !important;
    font-size: 24px !important;
}


/* MOBILE VIEW */
@media (max-width:767px) {

    .sidebar,
    .main-content {
        width: 100% !important;
    }

}