.txt-tax-wrap {
    background-color: #f3f3f3;
    width: 100%;
    padding: 5px 0px;

    background-size: cover;
    background-position: center;
}

.txt-tax-inner {
    text-align: center;
}

.txt-tax-text h2 {
        font-size: 2.2rem;
    margin-bottom: 0.5rem;
    margin-top: 0rem;
    font-weight: 400;
    color: #333333;
}

.txt-img-header:{margin-top:25px;}

 


/******** Responsive code starts here *******/
 
/************** ipad ***************/

@media (max-width: 1080px) {

  .txt-tax-text h2 {
      font-size: 2rem; 
  }
   
}

/************** ipad nd tab ***************/

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

 
}

/************** iphone roatate***************/

@media (max-width: 767px) {


}

/************** iphone ***************/

@media (max-width: 479px) {


}
