.infoContainer {
  width: 90%;
  max-width: 700px;
  margin: 100px auto 0;
}

h1 {
  text-align: center;
}

h1 span:first-of-type {
  display: inline-block;
  border-bottom: 2px solid var(--primaryColor);
  font-size: 28px;
  line-height: 1.6;
  color: var(--primaryColor);
  text-align: center;
}

h1 span:last-of-type {
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.7;
  color: var(--primaryColor);
}

.companyText {
  margin-top: 60px;
}

.companyText dl {
  margin-top: 30px;
}

.companyText dt {
  line-height: 1.8;
}

.companyText dd {
  line-height: 1.8;
}







#privacyPolicyContainer.infoContainer {
  margin-top: 200px;
}

.companyText p {
  line-height: 1.8;
}





@media (max-width: 989px) {
.infoContainer {
  /* width: 90%;
  max-width: 700px; */
  margin: 80px auto 0;
}

/* h1 {
  text-align: center;
} */

/* h1 span:first-of-type {
  display: inline-block;
  border-bottom: 2px solid var(--primaryColor);
  font-size: 28px;
  line-height: 1.6;
  color: var(--primaryColor);
  text-align: center;
}

h1 span:last-of-type {
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.7;
  color: var(--primaryColor);
} */

.companyText {
  margin-top: 50px;
}

/* .companyText dl {
  margin-top: 30px;
} */

/* .companyText dt {
  line-height: 1.8;
}

.companyText dd {
  line-height: 1.8;
} */







#privacyPolicyContainer.infoContainer {
  margin-top: 150px;
}

/* .companyText p {
  line-height: 1.8;
} */

}







@media (max-width: 749px) {
.infoContainer {
  /* width: 90%;
  max-width: 700px; */
  margin: 40px auto 0;
}

/* h1 {
  text-align: center;
} */

h1 span:first-of-type {
  /* display: inline-block;
  border-bottom: 2px solid var(--primaryColor); */
  font-size: 24px;
  /* line-height: 1.6;
  color: var(--primaryColor);
  text-align: center; */
}

h1 span:last-of-type {
  /* display: block; */
  font-size: 18px;
  /* letter-spacing: 1px;
  line-height: 1.7;
  color: var(--primaryColor); */
}

.companyText {
  margin-top: 30px;
}

.companyText dl {
  margin-top: 30px;
}

/* .companyText dt {
  line-height: 1.8;
}

.companyText dd {
  line-height: 1.8;
} */







#privacyPolicyContainer.infoContainer {
  margin-top: 100px;
}

/* .companyText p {
  line-height: 1.8;
} */

}