._FourImgSlideBgc {
    height: 700px;
    display: flex;
    align-items: center;
    background-size: cover;
}

._FourImgSlideBgc.addMargin {
    margin: 60px 0;
}

._FourImgSlideBgc,
.fourImgSlideBgc-carouselItem {
    background-repeat: no-repeat;
    background-position: center;
/*     -webkit-background-size: cover;
background-size: cover; */
}

.fourImgSlideBgc-carouselItem {
    height: 300px;
}

.gallery .fourImgSlideBgc-carouselItem:hover {
    cursor: pointer;
}


.fourImgSlideBgc-nameSectionsDescr {
    padding-top: 10px;
    font-size: 1.4rem;
    text-transform: none;
}

.fourImgSlideBgc-carouselItemName {
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
}

 .fourImgSlideBgc-nameSections {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    color: var(--textbgc-color, #fff);

}

/* .fourImgSlideBgc-nameSections .fourImgSlideBgc-nameSectionsLine {
    width: 100%;
    height: 2px;
    border-top: 1px solid var(--textbgc-color, #fff);
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}  */
.fourImgSlideBgc-relativeLine{
   width: 100%;
    height: 2px;
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
    text-align: center; 
}

.fourImgSlideBgc-relativeLine-nameSectionsLine {
    width: 100%;
    height: 2px;
    border-top: 1px solid var(--textbgc-color, #fff);
    opacity:0.25;
}

.fourImgSlideBgc-relativeLine-nameSectionsOtherLine{
    position: absolute;
    height: 5px;
    width: 10%;
    background-color: var(--textbgc-color, #fff);
    bottom: -1;
    left: calc(50% - 10%/2);
}


.fourImgSlideBgc-carouselItem {
        background-size: contain;
}

.fourImgSlideBgc-nameSectionsLine > div {
    position: absolute;
    height: 5px;
    width: 10%;
    background-color: var(--textbgc-color, #fff);
    bottom: -1;
    text-align: center;
    left: calc(50% - 10%/2);
}


.fourImgSlideBgc-carousel.owl-carousel button.owl-prev,
.fourImgSlideBgc-carousel.owl-carousel button.owl-next {
    font-size: 28px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    min-width: 40px;
    min-height: 40px;
    border-radius: 0;
    text-align: center;
    transition: 0.3s ease;
    position: absolute;
    top: 45%;
    color: var(--textbgc-color, #fff);
}

.fourImgSlideBgc-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.fourImgSlideBgc-carousel.owl-carousel .owl-nav button.owl-next:hover {
    background: none;
}

.fourImgSlideBgc-carousel.owl-carousel .owl-nav button:focus {
    outline: none;
}

.fourImgSlideBgc-carousel .owl-prev {
    left: -3%;
}

.fourImgSlideBgc-carousel .owl-next {
    right: -3%;
}

