

@media screen and (max-width: 768px) {
  body {
    font-size: 18px;
    /* background-color: lightpink; */
  }
  
  .app-footer {
}
.footer-right {
  justify-content: space-around;
  text-align: center;
  width: 100%;
  font-size: 12px;
  margin-top: 6px;  
}
.footer-center {
  width: 100%;
  margin-top: 6px;
}
.footer-left { 
  font-size: 12px;
  width: 100%;
  margin-top: 6px;  
  margin-bottom: 3px;  
  text-align: center;
  justify-content: center;
}
.title {
  font-size: 14px;
}
.feature-item {
  font-size: 13px;
  width: 100%;
}
.m-top {
  margin-top: 24px;
}
.software-type-item {
  font-size: 14px;
}
.images-container {
  flex-wrap: wrap;
}
}
