.banner-with-text-module {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-title {
    position: absolute;
    font-size: clamp(20px, 1.875vw, 36px);
    font-family: Helvetica;
    color: #fff;
    margin: 0;
}

.banner-img {
    min-height: 80px;
}