.accordion-item .other-systems-title {
    text-transform: uppercase;
}
.accordion-body .page-title-container p{
    font-size: calc(0.2vw + 1.25rem) !important;
    font-weight: 300 !important;
}
.accordion-body .page-title-container p i{
    text-transform: uppercase!important;
    color: var(--main-color);
    font-style: normal;
}

/* md */
@media screen and (max-width: 768px) {
    .other-systems-title .page-medium-title {
        font-size: calc(0.8vw + 1.375rem) !important;
    }
}