.topInfoContainer > .container {
    position: relative;
}
.topInfoContainer > .container > .row {
    min-height: 42px;
    align-items: center;
    justify-content: center;
}
.topInfoContainer .topInfo {
    max-height: 66px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.topInfoContainer .topInfo .topInfoText {
    display: inline;
    padding-block: 4px;
}
.topInfoContainer .topInfo .topInfoText.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    text-align: left;
    flex-wrap: nowrap;
}
.topInfoContainer .topInfo .topInfoText.mobile .icon {
    flex: 0 0 24px;
}
.topInfoContainer .topInfo .topInfoText .description a {
    color: inherit;
    text-decoration: underline;
    text-decoration-style: solid;
}
.topInfoContainer .topInfo .topInfoText .description a:hover {
    text-decoration-style: dotted;
    opacity: 0.75;
}
