
/*================================================
DM Terms of Service Area CSS
=================================================*/
.dm-terms-of-service-content {
  max-width: 1050px;
  margin: auto;
}

.dm-terms-of-service-content img {
  border-radius: 5px;
  margin-bottom: 30px;
}

.dm-terms-of-service-content h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 25px;
}

.dm-terms-of-service-content .blockquote, .dm-terms-of-service-content blockquote {
  margin-top: 25px;
  margin-bottom: 30px;
  background-color: #e6f2f5;
  text-align: right !important;
  padding: 25px !important;
  border-radius: 5px;
}

.dm-terms-of-service-content .blockquote p, .dm-terms-of-service-content blockquote p {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 15px !important;
  font-weight: 500;
}

.dm-terms-of-service-content .blockquote::after, .dm-terms-of-service-content blockquote::after {
  display: none;
}

.dm-terms-of-service-content .blockquote::before, .dm-terms-of-service-content blockquote::before {
  display: none;
}

.dm-terms-of-service-content ol, .dm-terms-of-service-content ul {
  margin-top: 20px;
}

.dm-terms-of-service-content ol li, .dm-terms-of-service-content ul li {
  margin-bottom: 10px;
  color: var(--paragraphColorDM);
  line-height: 1.8;
  font-weight: 500;
  font-size: 15px;
}

/*================================================
Dm Privacy Policy Area CSS
=================================================*/
.dm-privacy-policy-content {
  max-width: 1050px;
  margin: auto;
}

.dm-privacy-policy-content img {
  border-radius: 5px;
  margin-bottom: 30px;
}

.dm-privacy-policy-content h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 25px;
}

.dm-privacy-policy-content .blockquote, .dm-privacy-policy-content blockquote {
  margin-top: 25px;
  margin-bottom: 30px;
  background-color: #e6f2f5;
  text-align: right !important;
  padding: 25px !important;
  border-radius: 5px;
}

.dm-privacy-policy-content .blockquote p, .dm-privacy-policy-content blockquote p {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 15px !important;
  font-weight: 500;
}

.dm-privacy-policy-content .blockquote::after, .dm-privacy-policy-content blockquote::after {
  display: none;
}

.dm-privacy-policy-content .blockquote::before, .dm-privacy-policy-content blockquote::before {
  display: none;
}

.dm-privacy-policy-content ol, .dm-privacy-policy-content ul {
  margin-top: 20px;
}

.dm-privacy-policy-content ol li, .dm-privacy-policy-content ul li {
  margin-bottom: 10px;
  color: var(--paragraphColorDM);
  line-height: 1.8;
  font-weight: 500;
  font-size: 15px;
}