#applications hr {

    opacity: 0 !important;
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
}


.notes-section .title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.7rem;
}

.notes-section div {
    margin: 5px 0px;
}

.brocher-btn {
    min-width: 380px;
}

.nav-item {
    margin: auto 0;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    border: 2px solid lightgray !important
}

.highlight {
    font-weight: bold;

}

.comp-name {
    font-weight: bold;
    color: #17a2b8;
}

@media(max-width:992px) {
    .brocher-btn {
        min-width: 270px;
    }
}