
/* Styles for screens wider than 1024px (e.g., large desktops) */
@media screen and (min-width: 1025px) {
  body {
    font-size: 20px;
    /* background-color: lightblue; */
  }
  .app-body {
    height: calc(100vh - 90px);
    overflow: auto;
  }
  .app-footer {
  position: sticky;
  bottom: 0;
}
.footer-center ,
.footer-right ,
.footer-left {
  font-size: 14px;
 
}

.title {
  font-size: 16px;
}

.feature-item {
  font-size: 14px;
  width: 25%;
}
.m-top {
  margin-top: 12px;
}
.software-type-item {
  font-size: 16px;
}
.footer-right {
  text-align: right;
}
.footer-left, .footer-right {
  width: 30%;
}

}
