.ShowSwiperSlide {
    text-align: center;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.WebBanner img {
    width: 100%;
}


.SlideOverlay {
    text-align: left;
    position: absolute;
    left: 0%;
    width: 67%;
    z-index: 1;
    padding: 2% 0%;
}

.SlideOverlay h1 {
    margin-left: 10%;
    line-height: 1.2em;
    font-size: 4.7vw;
    font-weight: 700;
    color: #ffffff;
}

.SlideOverlay p {
    margin-left: 10%;
    font-size: 1.5vw;
    color: #ffffff;
    font-family: robotolight, system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.SlideOverlay .readmore {
    margin-left: 10%;
    margin-top: 20px;
    background-color: #ffffff;
    color: #002B45;
    font-size: 24px;
    border-radius: 10px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
    width: 150px;
}

.SlideOverlay .readmore:hover {
    color: #3874EC;
}


@media only screen and (max-width: 991px) {
    .SlideOverlay .readmore {
        display: none;
    }
}