.full-ht-imag-txt-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: stretch;
    gap: 40px;
    background-color: #BC2643;
  min-height: 700px;
  position: relative;
}
.full-ht-txt-btm h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}
.full-ht-imag-lft {
    flex: 0 48%;
}
.full-ht-txt-btm {
   background-color: #2E1340;
    padding: 10px 60px;
    max-width: 900px !important;
    color: #ffff;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    left: 35%;
    transform: translate(-30%, -50%);
    text-align: center;
    margin: 0 auto;
}
.full-ht-txt-rght {
    max-width: 600px;
    text-align: left;

    top: 80px;
  flex: 0 44%;
  padding: 20px 16px;
  padding-top: 80px;
}

.full-ht-imag-lft img {
 height: 100% !important;
    display: block;
    object-fit: cover;
  width: 100% !important;
}

.full-ht-txt-rght h2 {
    font-size: 38px;
    line-height: 42px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

.full-ht-txt-rght ul {
    color: #ffff;
  font-weight: 300;
}

.full-ht-txt-rght ul>li {
    padding-top: 10px;
}

.full-ht-txt-rght ul>li:not(:last-child) {
    border-bottom: 1px solid #989898;
    padding-bottom: 15px;
}

.full-ht-txt-rght h2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    top: -10px;
    border: 3px solid #221252;
}
.full-ht-txt-btm-inr {
    position: relative;
}

.full-ht-txt-btm-inr:before {
    content: "";
    background: url(https://5935712.fs1.hubspotusercontent-na1.net/hubfs/5935712/airsense-11-enquiry/6th_Section%20_03_heart.png);
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    left: -40px;
    top: -40px;
}
.full-ht-txt-btm-inr:after {
    content: "";
    background: url(https://5935712.fs1.hubspotusercontent-na1.net/hubfs/5935712/airsense-11-enquiry/6th_Section%20_02_heart.png);
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    right: -40px;
    bottom: -30px;
}
@media(max-width:1100px){
  .full-ht-imag-txt-wrp {
    gap: 0;
}
  .full-ht-imag-txt-wrp {
    min-height: auto !important;!I;!;
    padding-bottom: 60px;
    
}

.full-ht-txt-btm {
    position: inherit;
    left: auto;
    transform: inherit;
    margin: 0px 16px;
}
}
@media(max-width:767px){
  .full-ht-txt-btm h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.full-ht-imag-txt-wrp {
    display: block;
    min-height: auto !important;!I;!;
    padding-bottom: 60px;
}

  .full-ht-imag-lft {
/*     padding-bottom: 40px; */
}
  
.full-ht-txt-btm {
    position: relative;
    text-align: center;
    margin: 0 16px;
    padding: 10px 20px;
  left: auto !important;
        transform: inherit !important;
}
}