#uniform .point {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto 20px auto;
}
#uniform .point p {
  aspect-ratio: 1/1;
  width: 45%;
}
#uniform .text {
  padding: 20px 0 40px 0;
}
#uniform .text h2 {
  text-align: center;
  padding: 0 0 20px 0;
  font-size: min(26px, 5vw);
}
#uniform .text p {
  font-size: min(15px, 3.2vw);
  line-height: 1.8;
}
#uniform .msg {
  padding: 20px;
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.1);
}
#uniform .msg h2 {
  padding-bottom: 10px;
  font-size: min(15px, 3.2vw);
}
#uniform .msg p {
  line-height: 1.8;
  padding-bottom: 0px;
  font-size: min(15px, 3.2vw);
}

@media screen and (min-width: 768px) {
  #uniform .point {
    width: 60%;
  }
  #uniform .text {
    padding: 40px 0 80px 0;
  }
  #uniform .text h2 {
    padding: 0 0 40px 0;
  }
  #uniform .text h2 br {
    display: none;
  }
}
/*# sourceMappingURL=expo-uniform.css.map */