.custom-banner-home {
  max-width: 1200px;
   margin-left: auto !important;
   margin-right: auto !important;
   box-shadow: 0px 7px 8px 4px rgba(198, 198, 198, 0.5);
}

.custom-banner-home img {
    max-height: 313px;
    object-fit: cover;
}

