.image_banner{
    width: 100%;
}

.banner-container {
    position: relative;
}

.image_banner {
    width: 100%;
    height: auto;
}

.card-img-overlayy {
    position: absolute;
    top: 30%;
    margin: 0px 70px;
    /* left: 6%; */
    /* transform: translate(-50%, -50%);
    text-align: center; */
    color: white;
}

.card-img-overlayy h2 {
    font-size: 38px;
    font-weight: bold;
}

.shadow-card {
    border: none !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
}

  
@media screen and (max-width: 767px) {
    .image_banner {
        height: 8em;
    }
  }

