/* Created by Content Blocks */
.content-banner {
    min-height: 250px;
  }
.content-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-banner .overlay-customer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 152, 176,.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}
