/* Home Page - Legacy Support Styles */

/* Banner Image */
.banner-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Content Section */
.container.w-90 {
    max-width: 90%;
    margin: auto;
}

.content-section {
    padding: 40px 20px;
    text-align: center;
    margin-top: 0px !important;
}
