.two-col-imag-txt-inr {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}

.two-col-imag-txt-imag {
    flex: 0 30%;
}

.wo-col-imag-txt-rght {
    flex: 0 50%;
}


.two-col-imag-txt-inr:not(:last-child) {
    border-bottom: 1px solid #E8E8E8;
}

.two-col-imag-txt-wrp {
    counter-reset: section-counter;
}
.two-col-imag-txt-hdg {
    width: 52%;
}

.two-col-imag-txt-hdg>h2 {
    line-height: 55px;
}
.two-col-imag-txt-inr {
    display: flex;
    padding: 60px 0;
    position: relative;
}

.two-col-imag-txt-head h4 {
    counter-increment: section-counter;
    position: relative;
/*     padding-left: 60px; /* space for the number */ */
}

.two-col-imag-txt-head h4:before {
    color: #000000;
    content: counter(section-counter, decimal-leading-zero);
    font-size: 24px;
    font-weight: 600;
    left: -50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.two-col-imag-txt-sub-hdg>h6 {
    line-height: 30px;
}
.two-col-imag-txt-cont>p {
    margin: 0 !important;
}
@media(max-width:767px){
  .two-col-imag-txt-inr {
    display: block;
}

.two-col-imag-txt-head h4:before {
    left: 0;
}

.two-col-imag-txt-head h4 {
    padding-left: 40px;
}

.two-col-imag-txt-imag {
    padding-bottom: 30px;
}
  .two-col-imag-txt-hdg {
    width: 100%;
}
  .two-col-imag-txt-inr {
    padding: 40px 0;
}
}