/* UwUI */
@media screen and (min-width: 0px) and (max-width: 319px) {
    .uwu-text-footer {
        max-height: unset;
        min-height: unset;
    }
}   
@media screen and (min-width: 320px) and (max-width: 480px) {
    .uwu-text-footer {
        max-height: unset;
        min-height: unset;
    }
}  
@media screen and (min-width: 481px) and (max-width: 768px) {
   
}  
@media screen and (min-width: 769px) and (max-width: 1024px) {
   
}  
@media screen and (min-width: 1025px) and (max-width: 1200px) {
   
}
@media screen and (min-width: 1201px) and (max-width: 2400px) {
   
}

/* OwO */
@media screen and (min-width: 0px) and (max-width: 319px) {
    .pbmit-service-style-4 .pbmit-service-title {
        min-height: unset;
    }
    .contact-form .contact-ihbox {
        padding: 70px 62px 70px 65px;
    }
    .uwu-scroll-flow {
    overflow: scroll;
    }
    .uwu-footer-height {
  min-height: 60px;
}
}   
@media screen and (min-width: 320px) and (max-width: 480px) {
    .pbmit-service-style-4 .pbmit-service-title {
        min-height: unset;
    }
    .contact-form .contact-ihbox {
        padding: 70px 62px 70px 65px;
    }
    .uwu-rev-list {
    text-align: left;
    }
     .uwu-rev-li {
  justify-content: flex-start;
    }
    .uwu-scroll-flow {
    overflow: scroll;
    }
    .uwu-footer-height {
  min-height: 60px;
}
}  
@media screen and (min-width: 481px) and (max-width: 768px) {
   .uwu-rev-list {
    text-align: left;
    }
    .uwu-rev-li {
  justify-content: flex-start;
    }
    .uwu-footer-height {
  min-height: 25px;
}
}  
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .uwu-footer-height {
  min-height:25px;
}
}  
@media screen and (min-width: 1025px) and (max-width: 1200px) {
   .uwu-footer-height {
  min-height: 25px;
}
}
@media screen and (min-width: 1201px) and (max-width: 2400px) {
   .uwu-footer-height {
  min-height: 25px;
}
}
