.twoTilesTextSlide-nameSections {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    color: var(--main-color, black);

}

.twoTilesTextSlide-nameSectionsDescr {
    padding-top: 10px;
    font-size: 1.4rem;
    text-transform: none;
}

.twoTilesTextSlide-nameSections .twoTilesTextSlide-relativeLine-nameSectionsLine {
    width: 100%;
    height: 2px;
    border-top: 1px solid var(--main-color, black);
    opacity:0.25;
}

.twoTilesTextSlide-relativeLine-nameSectionsOtherLine{
    position: absolute;
    height: 5px;
    width: 10%;
    background-color: var(--main-color, black);
    bottom: -1;
    left: calc(50% - 10%/2);
}
.twoTilesTextSlide-relativeLine{
   width: 100%;
    height: 2px;
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
    text-align: center; 
}

/* ._TwoTilesTextSlide .col-12:first-child {
    padding-right: 0;
}

._TwoTilesTextSlide .col-12:last-child {
    padding-left: 0;
} */

._TwoTilesTextSlide .twoTilesTextSlide-inverse {
    flex-direction: row-reverse;
}
._TwoTilesTextSlide .twoTilesTextSlide-inverse .col-12:first-child {
    padding-left: 0;
    padding-right: 15px;
}

._TwoTilesTextSlide .twoTilesTextSlide-inverse .col-12:last-child {
    padding-right: 0;
    padding-left: 15px;
}

.twoTilesTextSlide-leftPart {
    background-color: var(--bgc-color1, #f9f9f9);
    padding: 60px;
    flex-direction: column;
    display: flex;
}

.twoTilesTextSlide-name {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--main-color, black);
    font-weight: bold;

}

.twoTilesTextSlide-nameUnderline {
    content: '';
    border-bottom: 5px solid var(--main-color, black);
    width: 90px;
    margin-top: 25px;
    margin-bottom: 50px;
}

.twoTilesTextSlide-text {
    padding-bottom: 30px;
}

.twoTilesTextSlide-text ul {
    list-style: none;
    padding-left: 0;
}

.twoTilesTextSlide-text ul li {
    padding-bottom: 5px;
}

.twoTilesTextSlide-text ul li:before {
    content:  "-";
    position: relative;
    margin-right: 5px;
}

.twoTilesTextSlide-carouselItem {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 300px;
}

.twoTilesTextSlide-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}


.twoTilesTextSlide-carousel .owl-nav i {
    color: var(--main-color, black);
    font-weight: bold;
}

.twoTilesTextSlide-carousel .owl-prev {
    left: 0;
}

.twoTilesTextSlide-carousel .owl-next {
    right: 0;
}

.twoTilesTextSlide-carousel.owl-carousel button.owl-prev,
.twoTilesTextSlide-carousel.owl-carousel button.owl-next {
    font-size: 22px;
    margin: 0;
    background-color: var(--bgc-color1, #f9f9f9);
    display: inline-block;
    cursor: pointer;
    min-width: 40px;
    min-height: 40px;
    border-radius: 0;
    text-align: center;
    transition: 0.3s ease;
    position: absolute;
    top: 48%;
}


.twoTilesTextSlide-carousel.owl-carousel .owl-nav button:hover {
    text-decoration: none;
    filter: brightness(90%);
    background-color: var(--bgc-color1, #f9f9f9);
}

.twoTilesTextSlide-carousel.owl-carousel .owl-nav button:focus {
    outline: none;
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {
/*     ._TwoTilesTextSlide .col-12 {
    padding: 0 15px!important;
} */
}

@media only screen and (max-width: 576px) {
    .twoTilesTextSlide-leftPart {
        padding: 25px;
    }
}
