.subtitle__brace svg {
    display: block;
    height: 100%;
}

.subtitle {
    display: inline-block;
    max-width: 33.75rem;
    padding: 1rem 1.25rem;
    position: relative;
    text-align: center;
    visibility: hidden;

}

.subtitle__brace:first-child {
    left: 0;
}

.subtitle__brace:last-child {
    right: 0;
    transform: rotate(180deg);
}

.subtitle__label {
    letter-spacing: -.01em;
    line-height: 1.2;
}

.subtitle__brace {
    height: 100%;
    position: absolute;
    top: 0;
}

#dropUl {
    list-style: none !important;
    overflow: hidden !important;
    text-align: left !important;
    width: 100px !important;
    max-height: 0 !important;
    opacity: 0 !important;
    -webkit-transition: all .5s ease-in-out 0s !important;
    transition: all .5s ease-in-out 0s !important;
}

#dropUl.open {
    max-height: 500px !important;
    opacity: 1 !important;
    z-index: 9999 !important;
}