*{
    /* border: 1px solid blue; */
}
.image-banner{
    /* height: 10rem; */
    
}

.image-banner > .container {
    /* background-image: url(/Contact-Us/banner-img.jpg); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 10rem;

}
.image-banner > .container > h1 {
    letter-spacing: 0.75em;
    padding-inline-start: 0.75em;
}

.under-heading{
    display: flex;
    align-items: center;
}
.under-heading-middle{
    background-color: rgb(255, 255, 255);
    height: 1em;
    width: 1em;
    transform: rotate(45deg);
    margin-inline: 1em;                                                 
}
.under-heading-side{
    height: 5px;
    border-left: 7.5em solid rgb(255, 255, 255);
    border-bottom: 3px solid transparent;
    border-Top: 3px solid transparent;
}


/* Tooly */

.rotate{
    transform: rotate(180deg);
}
.wht-glow-txt{
    text-shadow: 0px 0px 16px white;
}
.wht-glow-obj{
    /* background-color: rgba(255, 255, 255, 0.235); */
    box-shadow: -16px 0px 16px 0px white;
}