.sub-section {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    border-radius: 0 50px 0 50px;
}

header .container {
    --bs-gutter-x: 0 !important;
}
hr{
    height: 2px;
    border: 1px solid #7519de !important;
    opacity: 1 !important;
}
@media (max-width : 770px){
    
}

.nav-item a{
    font-weight: 700;
    color: #7519de;
}

.nav-item> a:hover, a:focus, a:checked, a:active{
    color: #7519de !important;
}
.nav-link.active {
    color: #7519de !important;
}

.custom-link> a:hover, a:focus, a:active {
    color: black !important;
}