.termsofuse,
.privacypolicy{
  width: 600px;
  height: 500px;
  background-color: #FFF;
  text-align: justify;  
  font-size: 12px;
  overflow-y: auto;
}
.termsofuse .content,
.privacypolicy .content{
  overflow-y: auto;
  height: 100%;
  padding: 5px;
}
.termsofuse .content h1,
.privacypolicy .content h1{
  padding: 10px;
  font-weight: bold;
}
.termsofuse .content p,
.privacypolicy .content p{
  text-align: justify;
  font-size: 13px;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .termsofuse, .privacypolicy{
    width: 350px !important;
  }
}