div.unm-banner {
  height: 500px;
  background-image: url('../../assets//images/unm-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
div.unm-banner div.unm-banner-content {
  width: 60%;
}
div.unm-banner div.unm-banner-content h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 400;
}
div.unm-banner div.unm-banner-content h3 {
  font-size: 40px;
  font-weight: 400;
  margin: 30px 0;
  color: #fff;
}
div.unm-features div.features-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.unm-features div.features-list div.features-item {
  width: 30%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 25px;
  margin: 20px 0;
  min-height: 196px;
  border-radius: 20px;
}
div.unm-features div.features-list div.features-item div.item-header {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.unm-features div.features-list div.features-item div.item-header div.title {
  font-size: 18px;
}
div.unm-features div.features-list div.features-item div.item-content {
  font-size: 14px;
}
div.unm-service.gho-box {
  background-color: #fafafa;
}
div.unm-service.gho-box p {
  text-align: center;
  font-size: 18px;
  margin: 40px 0;
  color: #333;
}
div.unm-service.gho-box div.service-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding-top: 30px;
}
div.unm-service.gho-box div.service-list div.service-item {
  width: 33%;
}
div.unm-service.gho-box div.service-list div.service-item h3 {
  font-size: 32px;
  text-align: center;
  color: #333;
}
div.unm-service.gho-box div.service-list div.service-item span {
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  color: #333;
}
div.unm-device p {
  font-size: 18px;
  text-align: center;
  color: #333;
  margin-top: 20px;
}
div.unm-device .case-list {
  margin-top: 40px;
}
div.unm-device div.device-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
div.unm-device div.device-list .device-item {
  width: 33%;
}
div.unm-device div.device-list .case-item {
  width: 24%;
}
div.unm-device div.device-list div.device-item div.device-img,
div.unm-device div.device-list .case-item div.device-img {
  width: 100%;
}
div.unm-device div.device-list div.device-item div.device-img img,
div.unm-device div.device-list .case-item div.device-img img {
  width: 100%;
}
div.unm-device div.device-list div.device-item span,
div.unm-device div.device-list .case-item span {
  font-size: 32px;
  display: block;
  text-align: center;
}
div.unm-device div.device-list div.device-item div.title,
div.unm-device div.device-list .case-item div.title {
  font-size: 24px;
  text-align: center;
}
div.unm-cooperate div.cooperate-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
div.unm-cooperate div.cooperate-list div.cooperate-item {
  flex: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.unm-cooperate div.cooperate-list div.cooperate-item div.num {
  width: 35px;
  height: 35px;
}
div.unm-cooperate div.cooperate-list div.cooperate-item h3 {
  font-size: 20px;
  margin: 10px 0 20px;
}
div.unm-cooperate div.cooperate-list div.cooperate-item p {
  font-size: 14px;
  color: #333;
}
div.unm-cooperate div.cooperate-list div.cooperate-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  div.unm-banner {
    height: 400px;
    background-image: url('../../assets/images/unm-bunner2.jpg');
    background-size: cover;
    margin-top: 80px;
  }
  div.unm-banner div.unm-banner-content {
    width: 100%;
  }
  div.unm-banner div.unm-banner-content h1 {
    display: none;
  }
  div.unm-banner div.unm-banner-content h3 {
    display: none;
  }
  div.unm-features div.features-list {
    display: flex;
    flex-direction: column;
  }
  div.unm-features div.features-list div.features-item {
    width: 100%;
    padding: 20px 25px;
    min-height: 0;
    margin: 10px 0;
  }
  div.unm-features div.features-list div.features-item div.item-header {
    width: 100%;
  }
  div.unm-service.gho-box {
    background-color: #fafafa;
  }
  div.unm-service.gho-box p {
    margin: 20px 0;
  }
  div.unm-service.gho-box div.service-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  div.unm-service.gho-box div.service-list div.service-item {
    width: 100%;
  }
  div.unm-service.gho-box div.service-list div.service-item h3 {
    font-size: 22px;
  }
  div.unm-service.gho-box div.service-list div.service-item span {
    margin-top: 20px;
  }
  div.unm-cooperate div.cooperate-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    flex-direction: column;
  }
  div.unm-cooperate div.cooperate-list div.cooperate-item {
    width: 85%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: content;
  }
  div.unm-cooperate div.cooperate-list div.cooperate-item div.num {
    width: 35px;
    height: 35px;
  }
  div.unm-cooperate div.cooperate-list div.cooperate-item h3 {
    font-size: 2rem;
    margin: 0 3rem 0 2rem ;
  }
  div.unm-cooperate div.cooperate-list div.cooperate-item p {
    font-size: 1.4rem;
  }
  div.unm-cooperate div.cooperate-list div.cooperate-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: rotate(90deg);
    margin: 1rem 0;
  }
  div.unm-device p {
    font-size: 18px;
    text-align: center;
    color: #333;
    margin-top: 20px;
  }
  div.unm-device .case-list {
    margin-top: 40px;
  }
  div.unm-device div.device-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  div.unm-device div.device-list .device-item {
    width: 33%;
  }
  div.unm-device div.device-list .device-item div.device-img {
    width: 100%;
  }
  div.unm-device div.device-list .device-item div.device-img img {
    width: 100%;
  }
  div.unm-device div.device-list .case-item {
    width: 48%;
    margin: 2rem 0;
  }
  div.unm-device div.device-list .case-item div.device-img {
    width: 80% !important;
    margin: 0 auto;
  }
  div.unm-device div.device-list .case-item div.device-img img {
    width: 100%;
  }
  div.unm-device div.device-list div.device-item span,
  div.unm-device div.device-list .case-item span {
    font-size: 1.8rem !important;
  }
  div.unm-device div.device-list div.device-item div.title,
  div.unm-device div.device-list .case-item div.title {
    font-size: 1.8rem;
  }
}
