
.accordion-item {
    transition: all 0.9s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.accordion-item:hover {
    scale: 1.03;
}

.accordion-body {
    text-align: left;
}

.accordion-header span {
    font-family: 'Century Gothic', 'Helvetica';
    font-weight: 400;
}

.accordion-body>p {
    text-align: left;
    font-family: 'Century Gothic', 'Helvetica';
    font-weight: 300;
}

.accordion-body>.accordion-link {
    padding-top: 10px;
}

.accordion-body>.accordion-link a {
    color: var(--bs-accordion-active-color);
    font-family: 'Century Gothic', 'Helvetica';
    font-weight: 300;
}

.accordion-body>.accordion-link a:hover {
    color: var(--bs-accordion-btn-focus-border-color);
}
