/* ✅ HEADER BANNER */
.banner {
    width: 100%;
    height: 160px;
    background: url("../assets/images/header-footer-images/abisy-breadcum-background.png") top center/cover no-repeat;
    position: relative;
}

.header__title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 22px;
    margin: 0;
}
