.left-content-img-outer-wrp {
    padding: 80px 0px;
}
.content-img-inner-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
.contet-image {
    flex: 0 48%;
}
.content-sec {
    flex: 0 48%;
      display: flex;
    align-items: center;
}
.content-sec h2 {
    font-size: 36px;
    line-height: 40px !important;

    color: #0D0A15;
    padding-bottom: 25px;
    position: relative;
}
.content-sec h2:before {
    width: 22px;
    height: 3px;
    position: absolute;
    content: '';
    left: 0;
    background-color: #0D0A15;
    top: -15px;
}
.content-sec p {
    font-size: 16px !important;
    line-height: 22px !important;
    
}
.content-cta {
    padding-top: 30px;
}
.content-cta a {
    background-size: .63rem .63rem;
    background-repeat: no-repeat;
    color: #fff !important;
    background-color: #B6003C;
    margin: 0 auto;
    display: inline-block;
    background-position: calc(100% - 1.25rem) 50%;
    font-size: .875rem;
    line-height: 1;

    text-decoration: none !important;
    padding: .925rem 1.75rem;
    border-radius: 1.5rem;
    white-space: nowrap;
    transition: background-color .5s ease,box-shadow .5s ease;
    font-weight: 600;
    background-image: url(https://ap.resmed.com/hubfs/Himalayas%20-%20B2C/SG/Respiratory/icon-right-arrow-white.svg);
    padding-right: 2.625rem;
}
}
.content-cta a:hover{
    background-color: #B6003C;
}


/**************** Responsive ************/



/************** ipad ***************/
@media (max-width: 1080px) {}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {
.content-img-inner-wrp {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    margin: 0 auto;
}
.content-sec {
    padding-bottom: 30px;
}
.left-content-img-outer-wrp {
    padding: 50px 0px;
}
}

/************** iphone roatate***************/
@media (max-width: 767px) {
.content-img-inner-wrp {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    margin: 0 auto;
}
.content-sec {
    padding-bottom: 30px;
}
.left-content-img-outer-wrp {
    padding: 50px 0px;
}
}

/************** iphone ***************/
@media (max-width: 479px) {}