.backg-txt-otr {
    position: relative;
    min-height: 560px;
}

.backg-nr img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
/*    opacity:.5; */
}
.backg-txt {
/*     text-align: center; */
}
.backg-txt {
    z-index: 999;
    position: relative;
    padding: 100px 0;
    width: 70%;
}
.backg-txt h2 {
    margin-bottom: 30px !important;!I;!;
}
@media(max-width:768px){
  .backg-txt {
    width: 100%;
}
}
