.divider {
    display: block;
    padding: 0.1rem;
    z-index: 1;
    position: relative;
    background-color: #CFB991;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-size: .01rem;
    font-weight: 900;
    letter-spacing: 2.81px;
    z-index: 1;
    margin: 50px 0 50px 0;
}

.divider:before {
    position: absolute;
    top: -2px;
    left: -10px;
    height: calc(100% + 2px);
    content: "";
    background-color: #CFB991;
    z-index: -1;
    width: calc(100% + 20px);
}

.logo {
    max-width: 200px !important; 
    max-height: 100px;
    padding: 10px;
}

.standout {
    font-size: 1.2rem;
    font-weight: 400;
}

.tagged-heading {
    display: block;
    padding: 0.675rem 1.5rem;
    z-index: 1;
    margin-left: 20px;
    position: relative;
    width: fit-content;
    background-color: #CFB991;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 2.81px;
    z-index: 1
}

.tagged-heading:before {
    position: absolute;
    top: -2px;
    left: -10px;
    height: calc(100% + 2px);
    content: "";
    background-color: #CFB991;
    z-index: -1;
    width: calc(100% + 20px);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.billboard-container-text {
    bottom: 0px;
    margin-bottom: 100px;
    position: absolute;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
    text-decoration: none;
    width: 100%;
    line-height: 1.2;
}

.billboard-container-text .title sup {
    font-size: 25%;
    vertical-align: super;
 
}