.txt-wrap {
    position: relative; 
    display: inline-block;
    width: 100%; 
}
 
.txt-wrap > div {
    position: relative;
    z-index: 9;
}
   
.txt-main {
    max-width: 1138px;
    margin: 0px auto;
    text-align: center;
}

.txt-hdr {
    margin: 0 auto;
    max-width: 740px;
    padding-bottom: 30px;
    position: relative;
}

.txt-hdr h2 {
    color: #113628; 
}

.txt-cnt p {
    color: #656565;
    font-size: 18px;
    line-height: 27px;
}
  
.txt-cnt h4 {
    font-family: Plus Jakarta Sans,sans-serif;
    font-style: italic;
    font-weight: 700;
}
 
.txt-cnt {
    text-align: left;
}

.txt-btn {
    padding-top: 50px;
}





/******** Mobile Styling *********/

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

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation: portrait) {
  
  
}  

@media (max-width: 767px) {
    
  .txt-hdr { 
      padding-bottom: 10px; 
  }
  
  .txt-hdr h2 {
      color: #113628;
      font-size: 24px;
      line-height: 32px;
  }
 
  .txt-hdr:before {
   {#   content: "";
      background-color: #3F7700;
      position: absolute;
      width: 50px;
      height: 3px;
      bottom: 35px;
      left: calc(50% - 25px);
      #}
  }

  .txt-btn {
      padding-top: 20px;
  }
  
  
  
}

@media (max-width: 479px) {

 
  
}