@media screen and (min-width: 560px) {
  header h1 img {
    width: min(100%, 620px);
  }
}

.service {
  color: #05084D;
  font-size: 14px;
}
@media screen and (min-width: 560px) {
  .service {
    font-size: 15px;
  }
}
.service br {
  display: block;
}
@media screen and (min-width: 560px) {
  .service br {
    display: none;
  }
}
.service div {
  text-align: left;
}
.service ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 16px;
}
.service li {
  background-color: #EFF2FF;
  border-radius: 8px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service h3 {
  margin-bottom: 8px;
  font-size: 15px;
}
.service .ico {
  width: 68px;
  height: 68px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.service .app-links {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  align-self: flex-start;
}
.service .app-links img {
  width: 96px;
  height: auto;
}
.service .more {
  align-self: flex-start;
  color: #B03A3A;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.service .more::after {
  background-image: url("../images/service-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
}/*# sourceMappingURL=service.css.map */