.details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
  width: 100%;
  color: black;
  /* background-color: pink; */
}

.details .p {
  margin: 1rem 0;
  font-size: 1rem;
}

.details .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* background-color: pink; */
}

.details .icon img {
  width: 70%;
  height: 70%;
}

.details .tips {
  /* margin-top: 1rem; */
  padding: 0.5rem 0.4rem;
  padding-bottom: 1rem;
  width: 12rem;
  /* height: 5rem; */
  font-size: 0.6rem;
  color: black;
  border-radius: 0.3rem;
  border: 2px dotted red;
  /* background-color: skyblue; */
}

.details .tips .title {
  width: 100%;
  color: green;
  /* background-color: seagreen; */
}

.details .tips .text {
  width: 100%;
  padding: 0 0.3rem;
  text-indent: 2em;
  /* background-color: slategray; */
}

.button-1 {
  background-color: red;
  border-radius: 0.3rem;
  border-style: none;
  box-sizing: border-box;
  color: yellow;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  list-style: none;
  margin: 1rem 0;
  outline: none;
  padding: 0.5rem 0.65rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
