.pric_head {
  height: 100px;
}

.privacyContent {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 120px;
  padding: 70px 40px 80px;
  /* position: relative; */
  background-color: #FAFAFA;
  color: #000000;
  font-weight: 400;
  font-size: 22px;
  line-height: 50px;
}

.privacyTitle {
  text-align: center;
  margin-bottom: 40px;
  color: #3b8ba7;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
}
.privacyStrong {
  padding-right: 6px;
  font-weight: 600;
}
.privacyTextDot {
  position: relative;
  padding-left: 36px;
  color: #000000;
  font-weight: 400;
  font-size: 22px;
  line-height: 50px;
}
.privacyTextDot::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 17px;
  left: 10px;
  background-color: #000000;
  border-radius: 10px;
}
.privacy_h2 {
  padding-top: 40px;
  padding-bottom: 20px;
  color: #000000;
  font-weight: 800;
  font-size: 28px;
  line-height: 50px;
}

.back_ic {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 124px;
  right: 24px;
  z-index: 20;
}
