.row-bannere {
    display: flex;
    margin: 32px 0;

    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;

    gap: 0px;
}
.boxbanner {
    position: relative;
}
.boxbanner img {
    display: block;
    margin: 0 auto;
}
.bannerabs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.bannertitle {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-shadow: 0 1px 1px #000;
}
.bannertitle2 {
    color: #fff;
    font-size: 24px;
    margin-top: 20px;
    text-shadow: 0 1px 1px #000;
}