@media (min-width: 320px) and (max-width: 480px) {
  
.ipx-main-image-wrap img {
  position: relative;
  right: 0;
  top: 0;
}
.ipx-services-tag {
  margin-bottom: 0;
}
.ipx-btn-primary, .ipx-btn-outline {
  min-height: 40px;
  padding: 0 15px;
  gap: 5px;
}
.header .logo img {
  max-height: 45px;
  margin-right: 5px;
}

}