.text-justify {
    text-align: justify !important;
}

.page-banner {
    background-color: #343439;
    padding: 50px 0;
}

.horizontal-rule{
    border-top: 2px solid #F8A724;
    opacity: 0.5;
}

.image-zoom-container {
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
}

#zoom-image {
    transition: transform 0.1s ease-out;
    transform-origin: center center;
    display: block;
}