
body {
  font-family: "Montserrat", sans-serif;
  margin: 50px;
  background-color: #e6e6fa;
}

header {
  text-align: center;
}

.policy-section {
  text-align: center;
  justify-content: center;
}

[data-custom-class='body'],
[data-custom-class='body'] * {
    background: transparent !important;
}

[data-custom-class='title'],
[data-custom-class='title'] * {
    font-family: Arial !important;
    font-size: 26px !important;
    color: #000000 !important;
    font-weight: bold !important;
}

[data-custom-class='subtitle'],
[data-custom-class='subtitle'] * {
    font-family: Arial !important;
    color: #595959 !important;
    font-size: 14px !important;
}

[data-custom-class='heading_1'],
[data-custom-class='heading_1'] * {
    font-family: Arial !important;
    font-size: 19px !important;
    color: #000000 !important;
}

[data-custom-class='heading_2'],
[data-custom-class='heading_2'] * {
    font-family: Arial !important;
    font-size: 17px !important;
    color: #000000 !important;
}

[data-custom-class='body_text'],
[data-custom-class='body_text'] * {
    color: #595959 !important;
    font-size: 16px !important;
    font-family: Arial !important;
}

[data-custom-class='link'],
[data-custom-class='link'] * {
    color: #3030F1 !important;
    font-size: 14px !important;
    font-family: Arial !important;
    word-break: break-word !important;
}

ul {
  list-style-type: square;
}

ul>li>ul {
  list-style-type: circle;
}

ul>li>ul>li>ul {
  list-style-type: square;
}

ol li {
  font-family: Arial;
}



@media (max-width: 575.98px) {
  .container {
    max-width: 95%;
    margin: 0 auto;
  }
  .desk-logo {
    width: 180px !important;
    height: 84px !important;
  }
  .ft-padd {
    padding: 60px 0 !important;
  }

  .ft-padd small {
    font-size: 14px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    max-width: 95% !important;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    max-width: 95% !important;
    margin: 0 auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    max-width: 95% !important;
    margin: 0 auto;
  }
}

/*X large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .container {
    max-width: 95% !important;
    margin: 0 auto;
  }
}

/*XX Large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {
  .container {
    max-width: 95% !important;
    margin: 0 auto;
  }
}

footer {
  text-align: center !important;
  margin-top: 15px !important;
  /* background: #fff !important; */
  padding: 80px 0 !important;
}

footer small {
  font-weight: bold !important;
  color: #000 !important;
  font-size: 15px;
}
