.program-accordions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-top: 105px;
}

.program-accordions__title {
    font-size: 40px;
    font-weight: 700;
}

.program-accordions-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
}

.program-accordion {
    width: 100%;
    border-radius: 20px;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.05666 0.808617C1.11472 0.750413 1.18369 0.704234 1.25962 0.672726C1.33555 0.641218 1.41696 0.625 1.49916 0.625C1.58137 0.625 1.66277 0.641218 1.73871 0.672726C1.81464 0.704234 1.88361 0.750413 1.94166 0.808617L8.99916 7.86737L16.0567 0.808614C16.1148 0.750504 16.1838 0.704409 16.2597 0.67296C16.3356 0.641511 16.417 0.625325 16.4992 0.625324C16.5813 0.625324 16.6627 0.641511 16.7386 0.67296C16.8146 0.704409 16.8836 0.750504 16.9417 0.808614C16.9998 0.866724 17.0459 0.93571 17.0773 1.01163C17.1088 1.08756 17.125 1.16893 17.125 1.25111C17.125 1.33329 17.1088 1.41467 17.0773 1.49059C17.0459 1.56652 16.9998 1.6355 16.9417 1.69361L9.44167 9.19361C9.38361 9.25182 9.31464 9.298 9.23871 9.32951C9.16278 9.36101 9.08137 9.37723 8.99917 9.37723C8.91696 9.37723 8.83556 9.36101 8.75962 9.32951C8.68369 9.298 8.61472 9.25182 8.55667 9.19361L1.05666 1.69362C0.99846 1.63556 0.952282 1.56659 0.920774 1.49066C0.889266 1.41473 0.873047 1.33333 0.873047 1.25112C0.873047 1.16891 0.889266 1.08751 0.920774 1.01157C0.952282 0.935643 0.99846 0.866674 1.05666 0.808617Z' fill='white'/%3E%3C/svg%3E")
}

.program-accordion-item {
    border: 1px solid white;
}

.program-accordion-button:focus {
    border-color: white;
    box-shadow: none;
}

.program-accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #F6F7FE;
    box-shadow: none;
}

.program-accordion-button {
    font-weight: 600;
    font-size: 1.5rem;
    background-color: #F6F7FE;
}

.grey-accordion .program-accordion-button::after {
    background-color: #38C4BD;
    border-radius: 50%;
    background-position: center;
    width: 30px;
    height: 30px;
    line-height: 29px;
    
}

.grey-accordion .program-accordion-body {
    padding-bottom: var(--bs-accordion-body-padding-x);
    font-size: clamp(14px, 4vw, 20px);
    font-weight: 400;
    background-color: #F6F7FE;
}

.grey-accordion .program-accordion-button {
    border-radius: var(--bs-accordion-border-radius);
    font-size: clamp(18px, 5vw, 24px);
    font-weight: 600;
    padding: 20px;
    gap: 10px;
}

.program-accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.05666 0.808617C1.11472 0.750413 1.18369 0.704234 1.25962 0.672726C1.33555 0.641218 1.41696 0.625 1.49916 0.625C1.58137 0.625 1.66277 0.641218 1.73871 0.672726C1.81464 0.704234 1.88361 0.750413 1.94166 0.808617L8.99916 7.86737L16.0567 0.808614C16.1148 0.750504 16.1838 0.704409 16.2597 0.67296C16.3356 0.641511 16.417 0.625325 16.4992 0.625324C16.5813 0.625324 16.6627 0.641511 16.7386 0.67296C16.8146 0.704409 16.8836 0.750504 16.9417 0.808614C16.9998 0.866724 17.0459 0.93571 17.0773 1.01163C17.1088 1.08756 17.125 1.16893 17.125 1.25111C17.125 1.33329 17.1088 1.41467 17.0773 1.49059C17.0459 1.56652 16.9998 1.6355 16.9417 1.69361L9.44167 9.19361C9.38361 9.25182 9.31464 9.298 9.23871 9.32951C9.16278 9.36101 9.08137 9.37723 8.99917 9.37723C8.91696 9.37723 8.83556 9.36101 8.75962 9.32951C8.68369 9.298 8.61472 9.25182 8.55667 9.19361L1.05666 1.69362C0.99846 1.63556 0.952282 1.56659 0.920774 1.49066C0.889266 1.41473 0.873047 1.33333 0.873047 1.25112C0.873047 1.16891 0.889266 1.08751 0.920774 1.01157C0.952282 0.935643 0.99846 0.866674 1.05666 0.808617Z' fill='white'/%3E%3C/svg%3E");
}

.program-accordion-item:first-of-type > .program-accordion-header .program-accordion-button {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.program-accordion-item:last-of-type>.program-accordion-header .program-accordion-button.collapsed {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.program-accordions-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 49%;
}

.accordions-item__title {
    font-size: 32px;
    font-weight: 600;
    color: #212529;
}

.calculate-cost-href:active,
.calculate-cost-href:hover,
.calculate-cost-href {
  text-decoration: none;
  margin: 20px auto 0 auto;
}

.calculate-cost-button {
    width: 330px !important;
}

.program-accordion-body__last {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


@media (max-width: 992px) {
    .program-accordions-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .program-accordions-item {
        width: 100%;
    }

    .program-accordion-button {
        font-size: 23px;
    }

    .calculate-cost-href,
    .calculate-cost-button {
        width: 100% !important;
        margin: 0 auto;
    }
}