.banr-bg-image img {
    position: absolute;
    width: 100%;
    max-height: 500px !important;
    object-fit: cover;
    height: 100% !important;
}
 
.banr-outer-wrap {
    position: relative;
    min-height: 500px;
}

.banr-inner-wrapper-center {
    z-index: 99;
    color: #ffff;
    max-width: 100%;
    width: auto;
    text-align: center;
    margin: 0 auto;
}
.banr-inner-otrr {
    position: relative;
    min-height: 500px;
    align-items: center;
    display: flex;
}
.banr-main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    //max-width: 500px;
}
img.mob-ban-image {
    display: none;
}

img.desk-ban-image {
    display: block;
}
.banr-inner-wrapper-center a {
    background: #371B69 !important;
}
.banr-inner-wrapper-center h2 {
    font-size: 48px;
    margin: 0px;
    color: inherit;
    font-weight: 400;
}
.banr-inner-content {
    padding-top: 0px;
}
.banr-inner-wrapper-center {
    padding-top: 0px;
}
.banr-inner-wrapper-center a {
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    background-color: rgb(176,37,67);
    border-radius: 42px;
    transition: 0.5s;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}
.banr-inner-wrapper-center a:after {
    background-image: url(https://f.hubspotusercontent00.net/hubfs/6550155/ResMed%20BR%20B2B%202020/Sleep%20Apnea/Arrow%20%286%29.svg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    width: 15px;
    height: 9px;
    display: inline-block;
    background-position: center;
    margin-left: 6px;
}
.banr-inner-wrapper-center a:hover {
    background: rgb(193,40,73);
    color: rgb(255,255,255);
}
.banr-inner-content p {
    font-size:20px !important;
     color: inherit;
    font-weight: 400;
    margin: 0px;
}
.banr-main-container.align-left {
    float: left;
}
.banr-main-container.align-right {
    float: right !important;
}
.banr-main-container.align-center {
    margin: 0 auto !important;
    max-width: 100% !important;
}
.banr-inner-otrr.rght {
    justify-content: right;
}
.banr-inner-wrapper-center h2 {
    font-size: 48px;
    margin: 0px;
    color: inherit;
    font-weight: 400;
}
@media (max-width: 767px) { 
 .banr-inner-wrapper-center h2 {
    font-size: 40px;
}
  .banr-main-container {
    float: none !important;
    margin: 0 auto !important;
  }
  img.mob-ban-image {
    display: block;
}

img.desk-ban-image {
    display: none;
  object-fit: cover;
}
  .banr-outer-wrap:before {
    content: "";
    position: absolute;
/*     background: rgb(0, 0, 0, 0.5) !important; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}
  .banr-inner-wrapper-center {
    width: 100%;
}
  .banr-outer-wrap {
    min-height: 650px;
}

img.mob-ban-image {
    min-height: 650px;
}
  .banr-inner-wrapper-center .banr-inner-otrr {
    align-items: center;
    padding-top: 60px;
}
}
@media (max-width: 480px) { 
.banr-inner-wrapper-center h2 {
    font-size: 32px;
  }
  .banr-inner-content p {
    font-size: 18px;
  }
}
}