.policy {
  background: #f9f9f9;
  padding: 3rem 0;
}

.policy .container {
  text-align: left;
}

.policy-section {
  margin-bottom: 2rem;
}

.policy-section h3 {
  color: #ff3366;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.policy-section p {
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
}

.policy a {
  color: #ff3366;
  text-decoration: none;
}

.policy a:hover {
  text-decoration: underline;
}

#policy-introduction{
  margin-bottom: 3vh;
}

#intimApp-logo{
  width: 30%;
  height: auto;
  text-align: center;
  margin-left: 35%;
}

#updated-date{
  font-style: italic;
  margin-bottom: 1vh;
}

#policy-container > p{
  text-align: justify;
}

h4{
  margin-bottom: 0.5vh;
}

ul{
  margin-top: 1vh;
}

.privacy-li-section{
  margin-left: 3%;
  text-align: justify;
  margin-bottom: 0.3vh;
}

span{
  font-weight: bold;
}

#outro-policy{
  margin-top: 5vh;
  margin-bottom: 6vh;
}

#back-top{
  text-align: center;
  margin-bottom: 3vh;
}