.txt-mod-wrap {
    padding: var(--section-space-desktop) 0;
    display: inline-block;
    width: 100%;
}
 .txt-mod-header.wow.fadeInUp li {
    flex: 0 0 25%;
}

.txt-mod-header.wow.fadeInUp ul {
  display: flex;
    flex-wrap: wrap;
}
.txt-mod-inner {
    text-align: center;
}

.txt-mod-header ,
.txt-mod-content {
    padding-bottom: 0px;
}

 
 

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

@media (max-width: 1080px) {

  
  
}

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

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

}
@media only screen and (max-width: 991px) {
  .txt-mod-wrap {
            padding: var(--section-space-tablet) 0;
  }
  .txt-mod-inner {
    padding: 0 15px;
}
}

/* Mobile */

@media only screen and (max-width: 768px) {
.txt-mod-wrap {
           padding: var(--section-space-mobile) 0;
  }
/************** iphone roatate***************/

@media (max-width: 767px) {

  .txt-mod-header.wow.fadeInUp li {
    flex: 0 0 100%;
}

.txt-mod-header.wow.fadeInUp ul {
  display: block;
    flex-wrap: wrap;
}
  
}

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

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



