.pb-1 {
    color: #000;
    /*font-size: 2rem;*/
}

.fs-lg {
    font-size: 1.5rem !important;
    color: #000;
}

.pt-md-7 {
    padding-top: 2rem !important;
}

.bg-gradient {
    --bs-gradient: linear-gradient(to right, #fd7e14 0%, #fd7e14 30%, #ffc107 100%) !important;
    background-image: var(--bs-gradient) !important;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.125rem 1.5rem;
    font-size: 1rem;
    color: #fd7e14;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #fd7e14;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 #e9e9f2;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='121.805' height='121.804'%3e%3cpath fill-rule='evenodd' fill='%23766df4' d='M7.308 68.211h107.188a7.31 7.31 0 0 0 7.309-7.31 7.31 7.31 0 0 0-7.309-7.309H7.308A7.31 7.31 0 0 0 0 60.902a7.31 7.31 0 0 0 7.308 7.309z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button:hover {
    color: #fd7e14;
}
.nav-link {
    color: black !important;
}
.btn-primary {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-outline-primary {
    border-color: rgba(118,109,244,0.35) !important;
}

.btn-outline-primary:hover {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.d-lg-none{
    margin-right: 55px !important;
}