/* custom banner */
.custom-banner {
    position: relative;
    background-size: cover;
    background-position: center;
     /* height: 300px; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-banner-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    /* semi-transparent overlay */
    padding: 20px 40px;
    text-align: center;
    border-radius: 10px;
}

.custom-banner-text {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}
.main-banner {
    /* height: 400px; */
/*     min-width: 75% !important; */
}
.banner-img img {
  width: 100%;   
}